HomeSort by: relevance | last modified time | path
    Searched refs:maskbits (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hp300/dev/
maskbits.h 1 /* $NetBSD: maskbits.h,v 1.10 2025/05/31 18:50:33 tsutsui Exp $ */
2 /* $OpenBSD: maskbits.h,v 1.6 2006/08/05 09:58:56 miod Exp $ */
3 /* NetBSD: maskbits.h,v 1.3 1997/03/31 07:37:28 scottr Exp */
33 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94
42 * in this file and maskbits.c, left and right refer to screen coordinates,
50 * maskbits(x, w, startmask, endmask, nlw)
57 #define maskbits(x, w, startmask, endmask, nlw) \ macro
diofb_mono.c 115 #include <hp300/dev/maskbits.h>
169 maskbits(dx, cx, startmask, endmask, nlMiddle);
  /src/sys/arch/hp300/stand/common/
maskbits.h 1 /* $NetBSD: maskbits.h,v 1.2 2025/05/31 18:11:50 tsutsui Exp $ */
31 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94
40 * in this file and maskbits.c, left and right refer to screen coordinates,
48 * maskbits(x, w, startmask, endmask, nlw)
55 #define maskbits(x, w, startmask, endmask, nlw) \ macro
ite_subr.c 219 #include <hp300/stand/common/maskbits.h>
346 maskbits(dx, w, startmask, endmask, nlMiddle);
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 101 u_32_t maskbits; local in function:buildnodes
107 maskbits = count_mask_bits(mask, &last);
117 nodes[0].maskbitcount = maskbits;
118 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits);
128 nodes[1].maskbitcount = maskbits;
  /src/sys/arch/arm/arm32/
pmap.c 2323 * We use `maskbits' rather than `clearbits' because we're always passing
2327 pmap_clearbit(struct vm_page_md *md, paddr_t pa, u_int maskbits)
2339 UVMHIST_CALLARGS(maphist, "md %#jx pa %#jx maskbits %#jx",
2340 (uintptr_t)md, pa, maskbits, 0);
2358 md->pvh_attrs &= ~(maskbits & (PVF_MOD | PVF_REF));
2412 pv->pv_flags &= ~maskbits;
2422 if ((maskbits & PVF_EXEC) != 0 && l2pte_valid_p(opte)) {
2433 if (maskbits & (PVF_WRITE|PVF_MOD)) {
2449 if (maskbits & PVF_WRITE) {
2460 (maskbits & PVF_REF) != 0
    [all...]
  /src/sys/arch/vax/vsa/
smg.c 636 #include <vax/vsa/maskbits.h>

Completed in 132 milliseconds