Searched refs:exec (Results 126 - 150 of 254) sorted by relevance

1234567891011

/openbsd-current/sys/arch/alpha/stand/nboot/
H A Dmachdep.c44 #include <sys/exec.h>
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dvm_machdep.c51 #include <sys/exec.h>
/openbsd-current/sys/arch/arm64/arm64/
H A Dvm_machdep.c52 #include <sys/exec.h>
/openbsd-current/usr.bin/tmux/
H A Dcmd-swap-pane.c42 .exec = cmd_swap_pane_exec
H A Dcmd-new-window.c48 .exec = cmd_new_window_exec
H A Dcmd-new-session.c51 .exec = cmd_new_session_exec
64 .exec = cmd_new_session_exec
H A Dcmd-list-keys.c43 .exec = cmd_list_keys_exec
54 .exec = cmd_list_keys_exec
H A Dcmd-wait-for.c41 .exec = cmd_wait_for_exec
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) {
678 return exec.psb_blocks.empty() ? exec.thread_execution.GetLowestKnownTSC()
679 : exec.psb_blocks.front().tsc;
/openbsd-current/lib/libkvm/
H A Dkvm_sparc64.c44 #include <sys/exec.h>
/openbsd-current/sys/arch/alpha/alpha/
H A Dvm_machdep.c39 #include <sys/exec.h>
/openbsd-current/sys/arch/m88k/m88k/
H A Dvm_machdep.c52 #include <sys/exec.h>
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dbinary.c330 binary_sizeof_headers (abfd, exec)
332 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dppcboot.c404 ppcboot_sizeof_headers (abfd, exec)
406 bfd_boolean exec ATTRIBUTE_UNUSED;
/openbsd-current/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c35 #include <sys/exec.h>
181 struct exec ex;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dppcboot.c407 ppcboot_sizeof_headers (abfd, exec)
409 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dbinary.c308 bfd_boolean exec ATTRIBUTE_UNUSED)
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm334 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
357 s_mov_b64 exec, 0x0 //clear EXEC to get ready to receive
366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
529 s_and_b32 s_save_tmp, s_save_exec_hi, S_SAVE_SPI_INIT_FIRST_WAVE_MASK //exec is still used here
911 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
/openbsd-current/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c320 static void exec (dict_type *);
356 exec (word) function
370 exec (e);
1285 exec (word);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.h237 struct exec header; /* a.out header */
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-ARexx/
H A DARexx.xs6 #include <exec/types.h>
8 #include <proto/exec.h>
/openbsd-current/libexec/ld.so/ldconfig/
H A Dsod.c37 #include <machine/exec.h>
/openbsd-current/sys/kern/
H A Dexec_script.c45 #include <sys/exec.h>
53 * Given a proc pointer and an exec package pointer, see if the referent
60 * into the exec package.
83 * done shell script processing for this exec, punt on it.
/openbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c77 #include <sys/exec.h>
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c321 static void exec (dict_type *);
357 exec (word) function
371 exec (e);
1247 exec (word);

Completed in 1682 milliseconds

1234567891011