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

  /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/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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
ior.h 42 bool ef; member in struct:nvkm_ior::__anonfa17732f0108
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_priv.h 720 struct dma_fence *ef; member in struct:kfd_process

Completed in 15 milliseconds