Searched defs:fullmm (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_tlb.c | 726 static void __flush_all_mm(struct mm_struct *mm, bool fullmm) in __flush_all_mm() 865 static enum tlb_flush_type flush_type_needed(struct mm_struct *mm, bool fullmm) in flush_type_needed() 974 static void __flush_all_mm(struct mm_struct *mm, bool fullmm) in __flush_all_mm() 1120 bool fullmm = (end == TLB_FLUSH_ALL); in __radix__flush_tlb_range() local 1320 bool fullmm = (end == TLB_FLUSH_ALL); in __radix__flush_tlb_range_psize() local
|
/linux/mm/ |
A D | mmu_gather.c | 253 bool fullmm) in __tlb_gather_mmu()
|
/linux/arch/sparc/mm/ |
A D | tlb.c | 113 pte_t *ptep, pte_t orig, int fullmm, in tlb_batch_add()
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_64.h | 897 pte_t *ptep, pte_t orig, int fullmm, in maybe_tlb_batch_add() 921 pte_t *ptep, pte_t pte, int fullmm) in __set_pte_at() 936 #define pte_clear_not_present_full(mm,addr,ptep,fullmm) \ argument
|
/linux/include/asm-generic/ |
A D | tlb.h | 265 unsigned int fullmm : 1; member
|
Completed in 14 milliseconds