Searched refs:TLBIEL_INVAL_SET_LPID (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-book3s64.c | 224 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 226 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 227 trace_tlbie(lpid, 0, TLBIEL_INVAL_SET_LPID, lpid, 2, 0, 1); in mmu_partition_table_set_entry() 230 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 231 trace_tlbie(lpid, 0, TLBIEL_INVAL_SET_LPID, lpid, 2, 0, 0); in mmu_partition_table_set_entry()
|
D | pgtable-radix.c | 397 "r" (TLBIEL_INVAL_SET_LPID), "r" (0)); in radix_init_pgtable() 399 trace_tlbie(0, 0, TLBIEL_INVAL_SET_LPID, 0, 2, 1, 1); in radix_init_pgtable()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 127 #define TLBIEL_INVAL_SET_LPID 0x800 /* invalidate a set for current LPID */ macro
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 695 rb = TLBIEL_INVAL_SET_LPID + in kvmhv_p9_set_lpcr()
|