HomeSort by: relevance | last modified time | path
    Searched refs:ef (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/amd64/include/
profile.h 116 u_long ef; local
118 __asm volatile("pushfq; popq %0" : "=r" (ef));
119 return (ef);
123 mcount_write_psl(u_long ef)
125 __asm volatile("pushq %0; popfq" : : "r" (ef));
  /src/sys/arch/i386/include/
profile.h 96 u_long ef; local
98 __asm volatile("pushfl; popl %0" : "=r" (ef));
99 return (ef);
103 mcount_write_psl(u_long ef)
105 __asm volatile("pushl %0; popfl" : : "r" (ef));
  /src/distrib/utils/embedded/
usermode 63 ./netbsd disk=${image} disk=${pkgs} net=tap0,00:00:de:ad:be:ef
  /src/usr.bin/mail/
main.c 187 const char *ef; local
222 ef = NULL;
302 ef = argv[optind++];
304 ef = "&";
391 if (ef != NULL && to != NULL) {
445 if (ef == NULL)
446 ef = "%";
447 if (setfile(ef) < 0)
  /src/lib/libutil/
efun.c 59 esetfunc(void (*ef)(int, const char *, ...)))(int, const char *, ...)
62 efunc = ef == NULL ? eexit : ef;
  /src/tests/lib/libutil/
t_efun.c 45 handler(int ef, const char *fmt, ...)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_sortu102.c 55 if (sor->dp.ef)
nouveau_nvkm_engine_disp_piornv50.c 47 pior->dp.ef);
ior.h 42 bool ef; member in struct:nvkm_ior::__anon5319
nouveau_nvkm_engine_disp_sorgf119.c 116 if (sor->dp.ef)
nouveau_nvkm_engine_disp_sorg94.c 117 if (sor->dp.ef)
nouveau_nvkm_engine_disp_dp.c 281 if (ior->dp.ef)
413 ior->dp.ef = dp->dpcd[DPCD_RC02] & DPCD_RC02_ENHANCED_FRAME_CAP;
nouveau_nvkm_engine_disp_nv50.c 346 h = h - (3 * ior->dp.ef) - (12 / ior->dp.nr);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.h 206 struct dma_fence **ef);
210 struct dma_fence **ef);
231 struct dma_fence **ef);
amdgpu_amdkfd_gpuvm.c 223 * @ef: [IN] This eviction fence is removed if it
229 struct amdgpu_amdkfd_fence *ef)
235 if (!ef)
256 if (f->context == ef->base.context)
882 struct dma_fence **ef)
913 *ef = dma_fence_get(&info->eviction_fence->base);
954 /* Two fence references: one in info and one in *ef */
956 dma_fence_put(*ef);
957 *ef = NULL;
969 struct dma_fence **ef)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c 475 dma_fence_put(p->ef);
800 &pdd->vm, &p->kgd_process_info, &p->ef);
803 &pdd->vm, &p->kgd_process_info, &p->ef);
1023 WARN_ONCE(p->last_eviction_seqno != p->ef->seqno,
1037 dma_fence_signal(p->ef);
1038 dma_fence_put(p->ef);
1039 p->ef = NULL;
1074 &p->ef);
1103 dma_fence_signal(p->ef);
1104 dma_fence_put(p->ef);
    [all...]
kfd_priv.h 720 struct dma_fence *ef; member in struct:kfd_process
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_aux.c 151 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef)
154 return aux->func->lnk_ctl(aux, nr, bw, ef);
  /src/sys/arch/arm/nvidia/
tegra210_xusbpad.c 573 #define XUSBPAD_LANE(n, i, r, m, f, ef) \
581 .enable = (ef) \
  /src/sys/dev/isa/
if_ef.c 647 CFATTACH_DECL_NEW(ef, sizeof(struct ef_softc),
  /src/sys/netinet/
sctp_pcb.h 750 end_func ef, struct sctp_inpcb *);
sctp_pcb.c 4679 void *argp, uint32_t argi, end_func ef,
4693 it->function_atend = ef;
  /src/share/man/man4/
Makefile 122 MAN+= aha.4 ai.4 aic.4 ast.4 ate.4 boca.4 cs.4 cy.4 ec.4 ef.4 \
  /src/sys/arch/m68k/060sp/dist/
isp.sa 116 dc.l $2f7c0942,$8001000c,$08170005,$670608ef
fpsp.sa 384 dc.l $8001000c,$08170005,$670608ef,$0002000d
602 dc.l $2f7c0942,$8001000c,$08170005,$670608ef
3429 dc.l $000c3f7c,$40080006,$08170005,$670608ef

Completed in 77 milliseconds

1 2