Searched refs:SLB_VSID_KP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmu-hash64.h57 #define SLB_VSID_KP ASM_CONST(0x0000000000000400) macro
68 #define SLB_VSID_KERNEL (SLB_VSID_KP)
69 #define SLB_VSID_USER (SLB_VSID_KP|SLB_VSID_KS|SLB_VSID_C)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c289 slb_vsid &= ~SLB_VSID_KP;
H A Dbook3s_64_mmu.c318 slbe->Kp = (rs & SLB_VSID_KP) ? 1 : 0;

Completed in 66 milliseconds