Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h35 #define SLB_VSID_B_256M 0x0000000000000000ULL macro
71 #define HPTE64_V_SSIZE_256M SLB_VSID_B_256M
H A Dmmu-hash64.c75 ((slb->vsid & SLB_VSID_B) == SLB_VSID_B_256M)) in slb_lookup()
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c64 .val = SLB_VSID_B_256M,
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h42 #define SLB_VSID_B_256M ASM_CONST(0x0000000000000000) macro