first (untested) version of the modified MMU handling and API
This commit is contained in:
@@ -262,9 +262,9 @@ struct pci_bios_interface {
|
||||
|
||||
struct mmu_driver_interface
|
||||
{
|
||||
int32_t (*map_page_locked)(uint32_t address, uint32_t length);
|
||||
int32_t (*unlock_page)(uint32_t address, uint32_t length);
|
||||
int32_t (*report_locked_pages)(void);
|
||||
int32_t (*map_page_locked)(uint32_t address, uint32_t length, int asid);
|
||||
int32_t (*unlock_page)(uint32_t address, uint32_t length, int asid);
|
||||
int32_t (*report_locked_pages)(uint32_t *num_itlb, uint32_t *num_dtlb);
|
||||
};
|
||||
|
||||
union interface
|
||||
|
||||
Reference in New Issue
Block a user