Searched defs:start (Results 1 – 14 of 14) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | vmtrr.c | 26 uint32_t start; member 139 static void update_ept(struct acrn_vm *vm, uint64_t start, in update_ept() 169 uint64_t start, size; in update_ept_mem_type() local
|
| A D | ve820.c | 33 uint64_t start, end, length; in find_space_from_ve820() local
|
| /hypervisor/boot/ |
| A D | boot.c | 22 uint64_t start = ~0UL, end = 0UL; in get_boot_mods_range() local
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vept.h | 11 #define RESERVED_BITS(start, end) (((1UL << (end - start + 1)) - 1) << start) argument
|
| /hypervisor/dm/ |
| A D | io_req.c | 816 uint64_t start, uint64_t end) in find_match_mmio_node() 875 hv_mem_io_handler_t read_write, uint64_t start, in register_mmio_emulation_handler() 907 uint64_t start, uint64_t end) in unregister_mmio_emulation_handler()
|
| /hypervisor/boot/include/ |
| A D | boot.h | 29 void *start; /* HVA */ member
|
| /hypervisor/acpi_parser/ |
| A D | dmar_parse.c | 85 char *start; in get_drhd_dev_scope_cnt() local
|
| /hypervisor/debug/ |
| A D | console.c | 39 const char *start = NULL; in parse_hvdbg_cmdline() local
|
| /hypervisor/arch/x86/ |
| A D | e820.c | 51 uint64_t start, end, length; in e820_alloc_memory() local
|
| A D | vtd.c | 252 __unused uint64_t start = cpu_ticks(); in dmar_wait_completion() local 548 uint64_t start; in dmar_issue_qi_request() local
|
| /hypervisor/lib/ |
| A D | string.c | 288 char *d = dest, *start; in strncat_s() local
|
| A D | sprintf.c | 425 const char *start; in do_print() local
|
| /hypervisor/quirks/ |
| A D | security_vm_fixup.c | 234 uint8_t *start = (uint8_t *)hpa2hva(SMBIOS_EPS_SEARCH_START); in mem_search_smbios_eps() local
|
| /hypervisor/include/dm/ |
| A D | vpci.h | 170 uint64_t start; member
|
Completed in 21 milliseconds