Searched refs:also_pwc (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 447 unsigned long psize, bool also_pwc) in _tlbiel_va_range() argument 450 if (also_pwc) in _tlbiel_va_range() 516 bool also_pwc; member 524 t->psize, t->also_pwc); in do_tlbiel_va_range() 540 unsigned long psize, bool also_pwc) in _tlbie_va_range() argument 543 if (also_pwc) in _tlbie_va_range() 552 unsigned long psize, bool also_pwc) in _tlbiel_va_range_multicast() argument 557 .psize = psize, .also_pwc = also_pwc }; in _tlbiel_va_range_multicast() 561 _tlbie_va_range(start, end, pid, page_size, psize, also_pwc); in _tlbiel_va_range_multicast() 1081 int psize, bool also_pwc) in __radix__flush_tlb_range_psize() argument [all …]
|