Searched refs:SLB_NUM_BOLTED (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/misc/lkdtm/ |
D | powerpc.c | 18 "r" (mk_esid_data(p, ssize, SLB_NUM_BOLTED)) in insert_slb_entry() 23 "r" (mk_esid_data(p, ssize, SLB_NUM_BOLTED + 1)) in insert_slb_entry() 85 "r" (esid | SLB_NUM_BOLTED) in insert_dup_slb_entry_0() 94 "r" (esid | (SLB_NUM_BOLTED + 1)) in insert_dup_slb_entry_0()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | slb.c | 115 for (index = 0; index < SLB_NUM_BOLTED; index++) { in __slb_restore_bolted_realmode() 132 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_restore_bolted_realmode() 180 BUILD_BUG_ON(SLB_NUM_BOLTED != 2); in slb_flush_and_restore_bolted() 198 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_flush_and_restore_bolted() 462 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb() 496 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in switch_slb() 568 get_paca()->stab_rr = SLB_NUM_BOLTED - 1; in slb_initialize() 569 get_paca()->slb_kern_bitmap = (1U << SLB_NUM_BOLTED) - 1; in slb_initialize() 657 index = SLB_NUM_BOLTED; in alloc_slb_index() 666 BUG_ON(index < SLB_NUM_BOLTED); in alloc_slb_index()
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_64_slb.S | 120 li r8, SLB_NUM_BOLTED 130 .rept SLB_NUM_BOLTED
|
D | book3s_hv_rmhandlers.S | 1180 .rept SLB_NUM_BOLTED
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | lppaca.h | 143 } save_area[SLB_NUM_BOLTED];
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | switch.S | 95 ori r0,r0,(SLB_NUM_BOLTED-1)@l
|
D | paca.c | 165 s->persistent = cpu_to_be32(SLB_NUM_BOLTED); in new_slb_shadow()
|
D | asm-offsets.c | 225 OFFSET(SLBSHADOW_STACKVSID, slb_shadow, save_area[SLB_NUM_BOLTED - 1].vsid); in main() 226 OFFSET(SLBSHADOW_STACKESID, slb_shadow, save_area[SLB_NUM_BOLTED - 1].esid); in main()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 29 #define SLB_NUM_BOLTED 2 macro
|
/linux-6.12.1/arch/powerpc/xmon/ |
D | xmon.c | 2656 for (i = 0; i < SLB_NUM_BOLTED; i++) { in dump_one_paca()
|