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

1 2

  /src/sys/arch/amd64/include/
profile.h 116 u_long ef; local in function:mcount_read_psl
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 in function:mcount_read_psl
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 in function:main
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::__anonfa17732f0108
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;
  /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/external/gpl2/dts/dist/arch/arm/boot/dts/
s5pv210-smdkv210.dts 47 local-mac-address = [00 00 de ad be ef];
am3517-evm.dts 129 compatible = "newhaven,nhd-4.3-480272ef-atxl";
logicpd-torpedo-baseboard.dtsi 138 compatible = "newhaven,nhd-4.3-480272ef-atxl";
am335x-evmsk.dts 186 compatible = "newhaven,nhd-4.3-480272ef-atxl";
  /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 *);
  /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 \

Completed in 27 milliseconds

1 2