Home
last modified time | relevance | path

Searched refs:tlbf_t (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dtlbflush.h544 typedef unsigned __bitwise tlbf_t; typedef
547 #define TLBF_NONE ((__force tlbf_t)0)
550 #define TLBF_NOWALKCACHE ((__force tlbf_t)BIT(0))
553 #define TLBF_NOSYNC ((__force tlbf_t)BIT(1))
556 #define TLBF_NONOTIFY ((__force tlbf_t)BIT(2))
559 #define TLBF_NOBROADCAST ((__force tlbf_t)BIT(3))
564 tlbf_t flags) in __do_flush_tlb_range()
616 tlbf_t flags) in __flush_tlb_range()
636 unsigned long uaddr, tlbf_t flags) in __flush_tlb_page()
H A Dtlb.h56 tlbf_t flags = (tlb->freed_tables || tlb->unshared_tables) ? in tlb_flush()