Searched defs:tlb_entry (Results 1 – 3 of 3) sorted by relevance
138 static inline CPUTLBEntry *tlb_entry(CPUState *cpu, uintptr_t mmu_idx, in tlb_entry() function440 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()
673 uint64_t tlb_entry, tlb_ppn; in loongarch_map_tlb_entry() local