Home
last modified time | relevance | path

Searched defs:ef (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/sys/arch/m88k/m88k/
Deh_common.S255 #define SAVE_TMP2(ef) st %r10, ef, GENREG_OFF(10) argument
256 #define SAVE_TMP3(ef) st %r11, ef, GENREG_OFF(11) argument
257 #define RESTORE_TMP2(ef) ld %r10, ef, GENREG_OFF(10) argument
258 #define RESTORE_TMP3(ef) ld %r11, ef, GENREG_OFF(11) argument
/openbsd/src/sys/arch/i386/include/
Dcpufunc.h160 u_int ef; in read_eflags() local
167 write_eflags(u_int ef) in write_eflags()
181 u_long ef; in intr_disable() local
189 intr_restore(u_long ef) in intr_restore()
/openbsd/src/lib/libcrypto/asn1/
Dtasn_new.c97 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_new() local
187 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local
Dtasn_fre.c89 const ASN1_EXTERN_FUNCS *ef; in asn1_item_free() local
Dtasn_prn.c115 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local
Dtasn_enc.c145 const ASN1_EXTERN_FUNCS *ef; in ASN1_item_ex_i2d() local
Dtasn_dec.c915 const ASN1_EXTERN_FUNCS *ef = it->funcs; in asn1_item_d2i_extern() local
Dx_pubkey.c258 const ASN1_EXTERN_FUNCS *ef = it->funcs; in pubkey_ex_d2i() local
/openbsd/src/sys/arch/amd64/include/
Dcpufunc.h191 u_long ef; in read_rflags() local
198 write_rflags(u_long ef) in write_rflags()
212 u_long ef; in intr_disable() local
220 intr_restore(u_long ef) in intr_restore()
/openbsd/src/sys/arch/i386/i386/
Dtrap.c257 u_int ef = read_eflags(); in trap() local
535 u_int ef = read_eflags(); in syscall() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Denum8.C5 int f (enum foo ef) in f()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c356 struct amdgpu_amdkfd_fence *ef) in amdgpu_amdkfd_remove_eviction_fence()
379 struct amdgpu_amdkfd_fence *ef; in amdgpu_amdkfd_remove_fence_on_pt_pd_bos() local
1380 struct dma_fence **ef) in init_kfd_vm()
1556 struct dma_fence **ef) in amdgpu_amdkfd_gpuvm_acquire_process_vm()
2863 static void replace_eviction_fence(struct dma_fence __rcu **ef, in replace_eviction_fence()
2898 int amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence __rcu **ef) in amdgpu_amdkfd_gpuvm_restore_process_bos()
/openbsd/src/usr.bin/mail/
Dmain.c106 char *ef; in main() local
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMipsArchTree.cpp364 if (auto *ef = dyn_cast<ELFFileBase>(f)) in isN32Abi() local
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_process.c1152 struct dma_fence *ef; in kfd_process_wq_release() local
1671 struct dma_fence *ef; in kfd_process_device_init_vm() local
1949 struct dma_fence *ef; in signal_eviction_fence() local
Dkfd_priv.h942 struct dma_fence __rcu *ef; member
/openbsd/src/lib/libpcap/
Dgencode.h129 struct edge ef; member
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DMathExtras.h54 constexpr float ef = 2.71828183F, // (0x1.5bf0a8P+1) https://oeis.org/A001113 variable
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c67 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument