Home
last modified time | relevance | path

Searched refs:TLBIEL_INVAL_SET_LPID (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/mm/
Dpgtable_64.c485 "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()
Dpgtable-radix.c334 "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/
Dmce_power.c41 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/
Dmmu-hash.h122 #define TLBIEL_INVAL_SET_LPID 0x800 /* invalidate a set for current LPID */ macro