Home
last modified time | relevance | path

Searched refs:z_phys_map (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/arch/x86/core/
Dacpi.c40 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 …]
Dmultiboot.c46 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/
Dmain.c58 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/
Dmem_manage.h209 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size,
Ddevice_mmio.h93 z_phys_map((uint8_t **)virt_addr, phys_addr, size, in device_map()
/Zephyr-Core-2.7.6/drivers/virtualization/
Dvirt_ivshmem.c136 z_phys_map((uint8_t **)&data->shmem, in ivshmem_configure()
/Zephyr-Core-2.7.6/drivers/pcie/host/
Dmsi.c73 z_phys_map((uint8_t **)&mapped_table, in map_msix_table_entries()
/Zephyr-Core-2.7.6/kernel/
Dmmu.c645 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size, uint32_t flags) in z_phys_map() function