Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/mm/
H A Dcore_mmu_arch.h93 uint64_t map_offset; member
99 uint32_t map_offset;
106 uint32_t map_offset;
/optee_os/core/arch/riscv/include/mm/
H A Dcore_mmu_arch.h164 unsigned long map_offset; member
/optee_os/core/arch/riscv/kernel/
H A Dboot.c242 (unsigned long)boot_mmu_config.map_offset, VCORE_START_VA); in boot_init_primary_runtime()
H A Dasm-defines.c107 offsetof(struct core_mmu_config, map_offset));
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c161 offsetof(struct core_mmu_config, map_offset));
H A Dboot.c440 unsigned long offs = boot_mmu_config.map_offset; in undo_init_relocation()
1053 (unsigned long)boot_mmu_config.map_offset, VCORE_START_VA); in boot_init_primary_runtime()
/optee_os/core/mm/
H A Dcore_mmu.c1663 cfg->map_offset = offs; in core_init_mmu_map()
2459 return get_linear_map_end_va() - boot_mmu_config.map_offset; in get_linear_map_end_pa()
2497 if (v - boot_mmu_config.map_offset != pa) in check_pa_matches_va()
2602 return (void *)(vaddr_t)(pa + boot_mmu_config.map_offset); in phys_to_virt_tee_ram()
H A Dfobj.c668 *where += boot_mmu_config.map_offset; in rrp_load_page()