HomeSort by: relevance | last modified time | path
    Searched defs:amask (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_select.c 99 sigset_t amask, *mask = NULL; local in function:netbsd32___pselect50
109 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
112 mask = &amask;
132 sigset_t amask, *mask = NULL; local in function:netbsd32___pollts50
142 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
145 mask = &amask;
netbsd32_select.c 99 sigset_t amask, *mask = NULL; local in function:netbsd32___pselect50
109 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
112 mask = &amask;
132 sigset_t amask, *mask = NULL; local in function:netbsd32___pollts50
142 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
145 mask = &amask;
netbsd32_compat_50.c 635 sigset_t amask, *mask = NULL; local in function:compat_50_netbsd32_pselect
645 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
648 mask = &amask;
668 sigset_t amask, *mask = NULL; local in function:compat_50_netbsd32_pollts
678 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
681 mask = &amask;
netbsd32_compat_50.c 635 sigset_t amask, *mask = NULL; local in function:compat_50_netbsd32_pselect
645 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
648 mask = &amask;
668 sigset_t amask, *mask = NULL; local in function:compat_50_netbsd32_pollts
678 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
681 mask = &amask;
  /src/sys/compat/common/
kern_select_50.c 146 sigset_t amask, *mask = NULL; local in function:compat_50_sys_pselect
157 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
160 mask = &amask;
179 sigset_t amask, *mask = NULL; local in function:compat_50_sys_pollts
190 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
193 mask = &amask;
kern_select_50.c 146 sigset_t amask, *mask = NULL; local in function:compat_50_sys_pselect
157 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
160 mask = &amask;
179 sigset_t amask, *mask = NULL; local in function:compat_50_sys_pollts
190 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
193 mask = &amask;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgk104.c 944 u64 amask = 0, bmask = 0; local in function:gk104_grctx_generate_alpha_beta_tables
962 amask |= (u64)pmask << (gpc * 8);
974 for (j = 0; j < gr->gpc_nr; j += 4, amask >>= 32, bmask >>= 32) {
975 nvkm_wr32(device, 0x406800 + (i * 0x20) + j, amask);
nouveau_nvkm_engine_gr_ctxgk104.c 944 u64 amask = 0, bmask = 0; local in function:gk104_grctx_generate_alpha_beta_tables
962 amask |= (u64)pmask << (gpc * 8);
974 for (j = 0; j < gr->gpc_nr; j += 4, amask >>= 32, bmask >>= 32) {
975 nvkm_wr32(device, 0x406800 + (i * 0x20) + j, amask);
nouveau_nvkm_engine_gr_ctxgf100.c 1284 u32 abits[GPC_MAX] = {}, amask = 0, bmask = 0; local in function:gf100_grctx_generate_alpha_beta_tables
1302 amask |= ((1 << abits[gpc]) - 1) << (gpc * 8);
1306 nvkm_wr32(device, 0x406800 + (i * 0x20), amask);
nouveau_nvkm_engine_gr_ctxgf100.c 1284 u32 abits[GPC_MAX] = {}, amask = 0, bmask = 0; local in function:gf100_grctx_generate_alpha_beta_tables
1302 amask |= ((1 << abits[gpc]) - 1) << (gpc * 8);
1306 nvkm_wr32(device, 0x406800 + (i * 0x20), amask);
  /src/sys/uvm/
uvm_pglist.c 305 paddr_t pa, off, spa, amask, bmask, rlo, rhi; local in function:uvm_pglistalloc_contig_aggressive
319 amask = ~(alignment - 1);
321 KASSERT(bmask <= amask);
340 spa = pa & amask;
uvm_pglist.c 305 paddr_t pa, off, spa, amask, bmask, rlo, rhi; local in function:uvm_pglistalloc_contig_aggressive
319 amask = ~(alignment - 1);
321 KASSERT(bmask <= amask);
340 spa = pa & amask;
  /src/sys/arch/alpha/alpha/
cpu.c 129 * primary and announce the AMASK extensions if they exist.
131 * Note, we invert the AMASK so that if a bit is set, it means "has
541 CTLFLAG_PERMANENT|CTLFLAG_HEX, CTLTYPE_LONG, "amask",
648 u_long implver, amask = 0; local in function:cpu_announce_extensions
653 amask = (~alpha_amask(ALPHA_AMASK_ALL)) & ALPHA_AMASK_ALL;
656 ci->ci_softc->sc_amask = amask;
660 cpu_amask = amask;
671 cpu_amask &= amask;
674 if (amask) {
676 ALPHA_AMASK_BITS, amask);
    [all...]
cpu.c 129 * primary and announce the AMASK extensions if they exist.
131 * Note, we invert the AMASK so that if a bit is set, it means "has
541 CTLFLAG_PERMANENT|CTLFLAG_HEX, CTLTYPE_LONG, "amask",
648 u_long implver, amask = 0; local in function:cpu_announce_extensions
653 amask = (~alpha_amask(ALPHA_AMASK_ALL)) & ALPHA_AMASK_ALL;
656 ci->ci_softc->sc_amask = amask;
660 cpu_amask = amask;
671 cpu_amask &= amask;
674 if (amask) {
676 ALPHA_AMASK_BITS, amask);
    [all...]
  /src/sys/kern/
sys_select.c 181 sigset_t amask, *mask = NULL; local in function:sys___pselect50
191 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
194 mask = &amask;
606 sigset_t amask, *mask = NULL; local in function:sys___pollts50
616 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
619 mask = &amask;
uipc_syscalls.c 316 sigset_t *mask, amask; local in function:sys_paccept
319 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
322 mask = &amask;
sys_select.c 181 sigset_t amask, *mask = NULL; local in function:sys___pselect50
191 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
194 mask = &amask;
606 sigset_t amask, *mask = NULL; local in function:sys___pollts50
616 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
619 mask = &amask;
uipc_syscalls.c 316 sigset_t *mask, amask; local in function:sys_paccept
319 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
322 mask = &amask;

Completed in 144 milliseconds