Home
last modified time | relevance | path

Searched defs:pte (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/xtensa/include/
Dxtensa_mmu_priv.h74 #define XTENSA_MMU_PTE_ATTR_GET(pte) \ argument
78 #define XTENSA_MMU_PTE_ATTR_SET(pte, attr) \ argument
82 #define XTENSA_MMU_PTE_SW_SET(pte, sw) \ argument
86 #define XTENSA_MMU_PTE_SW_GET(pte) \ argument
90 #define XTENSA_MMU_PTE_RING_SET(pte, ring) \ argument
95 #define XTENSA_MMU_PTE_RING_GET(pte) \ argument
99 #define XTENSA_MMU_PTE_ASID_GET(pte, rasid) \ argument
293 static ALWAYS_INLINE void xtensa_dtlb_entry_write_sync(uint32_t pte, uint32_t entry) in xtensa_dtlb_entry_write_sync()
306 static ALWAYS_INLINE void xtensa_dtlb_entry_write(uint32_t pte, uint32_t entry) in xtensa_dtlb_entry_write()
318 static ALWAYS_INLINE void xtensa_itlb_entry_write(uint32_t pte, uint32_t entry) in xtensa_itlb_entry_write()
[all …]
/Zephyr-latest/arch/arm64/core/
Dmmu.c61 static inline unsigned int table_index(uint64_t *pte) in table_index()
194 static void debug_show_pte(uint64_t *pte, unsigned int level) in debug_show_pte()
234 static inline void debug_show_pte(uint64_t *pte, unsigned int level) { } in debug_show_pte()
237 static void set_pte_table_desc(uint64_t *pte, uint64_t *table, unsigned int level) in set_pte_table_desc()
244 static void set_pte_block_desc(uint64_t *pte, uint64_t desc, unsigned int level) in set_pte_block_desc()
260 static uint64_t *expand_to_table(uint64_t *pte, unsigned int level) in expand_to_table()
310 uint64_t *pte; in set_mapping() local
382 uint64_t *pte, *subtable; in del_mapping() local
1395 uint64_t *pte; in get_pte_location() local
1419 uint64_t *pte = get_pte_location(&kernel_ptables, virt); in arch_mem_page_out() local
[all …]
/Zephyr-latest/arch/xtensa/core/
Dptables.c176 static inline bool is_pte_illegal(uint32_t pte) in is_pte_illegal()
225 uint32_t pte = XTENSA_MMU_PTE(page, in map_memory_range() local
850 uint32_t *l2_table, pte; in region_map_update() local
1049 uint32_t rasid, pte, *l2_table; in page_validate() local
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c400 static inline bool is_flipped_pte(pentry_t pte) in is_flipped_pte()
930 static inline pentry_t pte_atomic_update(pentry_t *pte, pentry_t update_val, in pte_atomic_update()
2069 pentry_t pte = 0; in arch_page_phys_get() local
2207 pentry_t pte; in arch_page_location_get() local
2234 pentry_t pte; in z_x86_kpti_is_access_ok() local