Searched refs:SLBV_VSID_SHIFT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/powerpc/include/
H A Dslb.h48 #define SLBV_VSID_SHIFT 12 macro
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Dps3mmu.c112 "r"((0 << SLBV_VSID_SHIFT) | SLBV_L), "r"(0 | SLBE_VALID),
113 "r"(1 << SLBV_VSID_SHIFT),
/freebsd-10.2-release/sys/powerpc/aim/
H A Dslb.c207 slbv = (KERNEL_VSID((uintptr_t)va >> ADDR_SR_SHFT)) << SLBV_VSID_SHIFT;
273 return ((entry->slbv & SLBV_VSID_MASK) >> SLBV_VSID_SHIFT);
289 slbv = vsid << SLBV_VSID_SHIFT;
386 >> SLBV_VSID_SHIFT);
H A Dmmu_oea64.c587 entry.slbv = KERNEL_VSID(esid) << SLBV_VSID_SHIFT;
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dcopyinout.c94 slbv = va_to_vsid(pm, (vm_offset_t)addr) << SLBV_VSID_SHIFT;

Completed in 119 milliseconds