Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_64_slb.S65 #if SLB_NUM_BOLTED == 3
153 #if SLB_NUM_BOLTED == 3
Dbook3s_hv_rmhandlers.S909 .rept SLB_NUM_BOLTED
1551 .rept SLB_NUM_BOLTED
/linux-3.4.99/arch/powerpc/include/asm/
Dlppaca.h181 } save_area[SLB_NUM_BOLTED]; // x10-x40
Dmmu-hash64.h42 #define SLB_NUM_BOLTED 3 macro
/linux-3.4.99/arch/powerpc/kernel/
Dpaca.c107 .persistent = SLB_NUM_BOLTED,
Dasm-offsets.c188 offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].vsid)); in main()
190 offsetof(struct slb_shadow, save_area[SLB_NUM_BOLTED - 1].esid)); in main()
Dentry_64.S482 ori r0,r0,(SLB_NUM_BOLTED-1)@l
/linux-3.4.99/arch/powerpc/mm/
Dslb_low.S228 li r10,SLB_NUM_BOLTED
Dslb.c307 get_paca()->stab_rr = SLB_NUM_BOLTED; in slb_initialize()