Searched refs:also_pwc (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_tlb.c | 454 unsigned long psize, bool also_pwc) in _tlbiel_va_range() argument 457 if (also_pwc) in _tlbiel_va_range() 523 bool also_pwc; member 531 t->psize, t->also_pwc); in do_tlbiel_va_range() 547 unsigned long psize, bool also_pwc) in _tlbie_va_range() argument 550 if (also_pwc) in _tlbie_va_range() 559 unsigned long psize, bool also_pwc) in _tlbiel_va_range_multicast() argument 564 .psize = psize, .also_pwc = also_pwc }; in _tlbiel_va_range_multicast() 568 _tlbie_va_range(start, end, pid, page_size, psize, also_pwc); in _tlbiel_va_range_multicast() 1237 int psize, bool also_pwc) in __radix__flush_tlb_range_psize() argument [all …]
|