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

/freebsd-11.0-release/sys/powerpc/include/
H A Dslb.h56 #define KERNEL_VSID(esid) ((((((uint64_t)esid << 8) | ((uint64_t)esid >> 28)) \ macro
/freebsd-11.0-release/sys/powerpc/aim/
H A Dslb.c206 slbv = (KERNEL_VSID((uintptr_t)va >> ADDR_SR_SHFT)) << SLBV_VSID_SHIFT;
265 return (KERNEL_VSID((uintptr_t)va >> ADDR_SR_SHFT));
H A Dmmu_oea64.c600 entry.slbv = KERNEL_VSID(esid) << SLBV_VSID_SHIFT;

Completed in 52 milliseconds