Home
last modified time | relevance | path

Searched defs:tlb_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
Dtlbflush.h
/openbmc/qemu/accel/tcg/
H A Dcputlb.c138 static inline CPUTLBEntry *tlb_entry(CPUState *cpu, uintptr_t mmu_idx, in tlb_entry() function
440 static bool tlb_hit_page_mask_anyprot(CPUTLBEntry *tlb_entry, in tlb_hit_page_mask_anyprot()
451 static inline bool tlb_hit_page_anyprot(CPUTLBEntry *tlb_entry, vaddr page) in tlb_hit_page_anyprot()
466 static bool tlb_flush_entry_mask_locked(CPUTLBEntry *tlb_entry, in tlb_flush_entry_mask_locked()
477 static inline bool tlb_flush_entry_locked(CPUTLBEntry *tlb_entry, vaddr page) in tlb_flush_entry_locked()
944 static inline void tlb_set_dirty1_locked(CPUTLBEntry *tlb_entry, in tlb_set_dirty1_locked()
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c673 uint64_t tlb_entry, tlb_ppn; in loongarch_map_tlb_entry() local