Home
last modified time | relevance | path

Searched refs:system_supports_tlb_range (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dtlbflush.h441 if (!system_supports_tlb_range() || \
479 if ((!system_supports_tlb_range() && in __flush_tlb_range_limit_excess()
H A Dcpufeature.h834 static inline bool system_supports_tlb_range(void) in system_supports_tlb_range() function
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c655 if (!system_supports_tlb_range()) { in kvm_tlb_flush_vmid_range()
889 return system_supports_tlb_range() && cpus_have_final_cap(ARM64_HAS_STAGE2_FWB); in stage2_unmap_defer_tlb_flush()