Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c297 case RIC_FLUSH_PWC: in _tlbiel_pid()
340 case RIC_FLUSH_PWC: in _tlbie_pid()
341 __tlbie_pid(pid, RIC_FLUSH_PWC); in _tlbie_pid()
362 else if (t->ric == RIC_FLUSH_PWC) in do_tlbiel_pid()
398 case RIC_FLUSH_PWC: in _tlbie_lpid()
399 __tlbie_lpid(lpid, RIC_FLUSH_PWC); in _tlbie_lpid()
420 case RIC_FLUSH_PWC: in _tlbie_lpid_guest()
500 else if (t->ric == RIC_FLUSH_PWC) in do_tlbiel_va()
551 __tlbie_pid(pid, RIC_FLUSH_PWC); in _tlbie_va_range()
1163 _tlbie_lpid(lpid, RIC_FLUSH_PWC); in radix__flush_pwc_lpid()
[all …]
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-radix.h8 #define RIC_FLUSH_PWC 1 macro