Searched defs:table (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 39 static void sanitize_pte_entry(uint64_t *ptep, const struct pgtable *table) in sanitize_pte_entry() 44 static void sanitize_pte(uint64_t *pt_page, const struct pgtable *table) in sanitize_pte() 83 static void try_to_free_pgtable_page(const struct pgtable *table, in try_to_free_pgtable_page() 109 __unused uint64_t vaddr, const struct pgtable *table) in split_large_page() 146 uint64_t prot_set, uint64_t prot_clr, uint32_t type, const struct pgtable *table) in local_modify_or_del_pte() 385 uint64_t prot, const struct pgtable *table) in add_pte() 416 uint64_t prot, const struct pgtable *table) in add_pde() 466 uint64_t prot, const struct pgtable *table) in add_pdpte() 552 uint64_t size, uint64_t prot, const struct pgtable *table) in pgtable_add_map() 597 void *pgtable_create_root(const struct pgtable *table) in pgtable_create_root() [all …]
|
| /hypervisor/acpi_parser/ |
| A D | acpi_ext.c | 87 struct acpi_table_header *table = (struct acpi_table_header *)facp_addr; in get_facs_table() local 153 const struct acpi_table_header *table = (const struct acpi_table_header *)facp_addr; in acpi_fixup() local
|
| /hypervisor/include/arch/x86/asm/ |
| A D | pgtable.h | 234 static inline bool pgentry_present(const struct pgtable *table, uint64_t pte) in pgentry_present() 483 static inline void set_pgentry(uint64_t *ptep, uint64_t pte, const struct pgtable *table) in set_pgentry()
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 171 void init_ept_pgtable(struct pgtable *table, uint16_t vm_id) in init_ept_pgtable() 431 const struct pgtable *table = &vm->arch_vm.ept_pgtable; in walk_ept_table() local
|
| /hypervisor/boot/ |
| A D | acpi_base.c | 114 struct acpi_table_header *table = (struct acpi_table_header *)va; in probe_table() local
|
Completed in 9 milliseconds