bis
bis(xhash, hashval);
auxiotwobisc(int bis, int bic)
auxiotwo_regval = (auxiotwo_regval | bis) & ~bic;
auxregbisc(int bis, int bic)
auxio_regval = (auxio_regval | bis) & ~bic;
#define icr_si_bis(bis) do { \
*((uint32_t *)ICR_SI_SET) = (bis); \
pv_changepte4_4c(struct vm_page *pg, int bis, int bic)
*ptep = (*ptep | bis) & ~bic;
pte = (pte | bis) & ~bic;
pv_changepte4m(struct vm_page *pg, int bis, int bic)
&sp->sg_pte[VA_SUN4M_VPG(va)], bic, bis, pm->pm_ctxnum,
updatepte4m(vaddr_t va, int *pte, int bic, int bis, int ctx, u_int cpuset)
swapval = (oldval & ~bic) | bis;