Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dslb.h63 #define SLBE_ESID_SHIFT 28 macro
80 #define USER_SLB_SLBE (((USER_ADDR >> ADDR_SR_SHFT) << SLBE_ESID_SHIFT) | \
/freebsd/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c81 #define SLBE_ESID_SHIFT 28 macro
177 esid = ea >> SLBE_ESID_SHIFT; in slb_fill()
179 slb->slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID | i; in slb_fill()
590 (SLBE_ESID_SHIFT - 5 + shift); in get_ea()
/freebsd/sys/powerpc/aim/
H A Dslb.c134 child->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in make_new_leaf()
317 ua->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT) in allocate_user_vsid()
557 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in handle_kernel_slb_spill()
H A Dmmu_oea64.c790 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in moea64_bootstrap_slb_prefault()