Home
last modified time | relevance | path

Searched refs:SLB_NUM_BOLTED (Results 1 – 11 of 11) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_64_slb.S128 li r8, SLB_NUM_BOLTED
138 .rept SLB_NUM_BOLTED
Dbook3s_hv_rmhandlers.S1543 .rept SLB_NUM_BOLTED
/arch/powerpc/include/asm/
Dlppaca.h132 } save_area[SLB_NUM_BOLTED];
Dmmu-hash64.h32 #define SLB_NUM_BOLTED 3 macro
/arch/powerpc/kernel/
Dpaca.c126 s->persistent = cpu_to_be32(SLB_NUM_BOLTED); in init_slb_shadow()
Didle_power7.S426 .rept SLB_NUM_BOLTED
Dasm-offsets.c233 offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].vsid)); in main()
235 offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].esid)); in main()
Dentry_64.S627 ori r0,r0,(SLB_NUM_BOLTED-1)@l
/arch/powerpc/mm/
Dslb.c325 get_paca()->stab_rr = SLB_NUM_BOLTED - 1; in slb_initialize()
Dslb_low.S276 li r10,SLB_NUM_BOLTED
/arch/powerpc/xmon/
Dxmon.c2129 for (i = 0; i < SLB_NUM_BOLTED; i++) { in dump_one_paca()