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

/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c602 entry.slbv = KERNEL_VSID(esid) << SLBV_VSID_SHIFT;
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));
/freebsd-11-stable/sys/powerpc/include/
H A Dslb.h56 #define KERNEL_VSID(esid) ((((((uint64_t)esid << 8) | ((uint64_t)esid >> 28)) \ macro

Completed in 202 milliseconds