Searched refs:TLBIEL_INVAL_SET_LPID (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/mm/ |
D | pgtable_64.c | 485 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 487 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 488 trace_tlbie(lpid, 0, TLBIEL_INVAL_SET_LPID, lpid, 2, 0, 1); in mmu_partition_table_set_entry() 491 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid)); in mmu_partition_table_set_entry() 492 trace_tlbie(lpid, 0, TLBIEL_INVAL_SET_LPID, lpid, 2, 0, 0); in mmu_partition_table_set_entry()
|
D | pgtable-radix.c | 334 "r" (TLBIEL_INVAL_SET_LPID), "r" (0)); in radix_init_pgtable() 336 trace_tlbie(0, 0, TLBIEL_INVAL_SET_LPID, 0, 2, 1, 1); in radix_init_pgtable()
|
/arch/powerpc/kernel/ |
D | mce_power.c | 41 rb = TLBIEL_INVAL_SET_LPID; in flush_tlb_206() 67 rb = TLBIEL_INVAL_SET_LPID; in flush_tlb_300()
|
/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 122 #define TLBIEL_INVAL_SET_LPID 0x800 /* invalidate a set for current LPID */ macro
|