Searched refs:z_phys_map (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-2.7.6/arch/x86/core/ |
D | acpi.c | 40 z_phys_map(&zero_page_base, 0, 4096, 0); in find_rsdp() 63 z_phys_map((uint8_t **)&search, search_phys, search_length, 0); in find_rsdp() 81 z_phys_map((uint8_t **)&search, search_phys, search_length, 0); in find_rsdp() 119 z_phys_map((uint8_t **)&rsdp, rsdp_phys, rsdp_length, 0); in find_rsdp() 141 z_phys_map((uint8_t **)&rsdt, rsdp->rsdt_ptr, sizeof(*rsdt), 0); in z_acpi_find_table() 148 z_phys_map((uint8_t **)&rsdt, rsdp->rsdt_ptr, length, 0); in z_acpi_find_table() 154 z_phys_map(&mapped_tbl, t_phys, sizeof(*t), 0); in z_acpi_find_table() 178 z_phys_map((uint8_t **)&xsdt, rsdp->xsdt_ptr, sizeof(*xsdt), 0); in z_acpi_find_table() 185 z_phys_map((uint8_t **)&xsdt, rsdp->xsdt_ptr, length, 0); in z_acpi_find_table() 191 z_phys_map(&mapped_tbl, t_phys, sizeof(*t), 0); in z_acpi_find_table() [all …]
|
D | multiboot.c | 46 z_phys_map((uint8_t **)&info, POINTER_TO_UINT(info_pa), in z_multiboot_init() 75 z_phys_map(&address_va, info->mmap_addr, info->mmap_length, in z_multiboot_init()
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_map/src/ |
D | main.c | 58 z_phys_map(&mapped_rw, z_mem_phys_addr(buf), in test_z_phys_map_rw() 67 z_phys_map(&mapped_ro, z_mem_phys_addr(buf), in test_z_phys_map_rw() 114 z_phys_map(&mapped_exec, z_mem_phys_addr(__test_mem_map_start), in test_z_phys_map_exec() 123 z_phys_map(&mapped_ro, z_mem_phys_addr(__test_mem_map_start), in test_z_phys_map_exec() 155 z_phys_map(&mapped, z_mem_phys_addr(test_page), in test_z_phys_map_side_effect() 181 z_phys_map(&mapped, z_mem_phys_addr(test_page), in test_z_phys_unmap()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | mem_manage.h | 209 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size,
|
D | device_mmio.h | 93 z_phys_map((uint8_t **)virt_addr, phys_addr, size, in device_map()
|
/Zephyr-Core-2.7.6/drivers/virtualization/ |
D | virt_ivshmem.c | 136 z_phys_map((uint8_t **)&data->shmem, in ivshmem_configure()
|
/Zephyr-Core-2.7.6/drivers/pcie/host/ |
D | msi.c | 73 z_phys_map((uint8_t **)&mapped_table, in map_msix_table_entries()
|
/Zephyr-Core-2.7.6/kernel/ |
D | mmu.c | 645 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size, uint32_t flags) in z_phys_map() function
|