/Linux-v4.19/tools/arch/s390/include/uapi/asm/ |
D | sie.h | 90 #define exit_code(opcode, mnemonic) \ macro 190 exit_code(0x0a, "SVC"), \ 191 exit_code(0x80, "SSM"), \ 192 exit_code(0x82, "LPSW"), \ 193 exit_code(0x83, "DIAG"), \ 194 exit_code(0xae, "SIGP"), \ 195 exit_code(0xac, "STNSM"), \ 196 exit_code(0xad, "STOSM"), \ 197 exit_code(0xb1, "LRA"), \ 198 exit_code(0xb6, "STCTL"), \ [all …]
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | sie.h | 90 #define exit_code(opcode, mnemonic) \ macro 190 exit_code(0x0a, "SVC"), \ 191 exit_code(0x80, "SSM"), \ 192 exit_code(0x82, "LPSW"), \ 193 exit_code(0x83, "DIAG"), \ 194 exit_code(0xae, "SIGP"), \ 195 exit_code(0xac, "STNSM"), \ 196 exit_code(0xad, "STOSM"), \ 197 exit_code(0xb1, "LRA"), \ 198 exit_code(0xb6, "STCTL"), \ [all …]
|
/Linux-v4.19/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 47 int ret, exit_code = -1; in check_error_paths() local 99 exit_code = 0; in check_error_paths() 102 return exit_code; in check_error_paths() 108 int i, j, ret, exit_code = -1; in check_direct_path() local 147 exit_code = 0; in check_direct_path() 149 return exit_code; in check_direct_path() 155 int i, exit_code = 1; in main() local 211 exit_code = 0; in main() 218 return exit_code; in main()
|
/Linux-v4.19/arch/arm64/kvm/hyp/ |
D | switch.c | 384 static bool __hyp_text fixup_guest_exit(struct kvm_vcpu *vcpu, u64 *exit_code) in fixup_guest_exit() argument 386 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit() 395 if (*exit_code != ARM_EXCEPTION_TRAP) in fixup_guest_exit() 435 *exit_code = ARM_EXCEPTION_EL1_SERROR; in fixup_guest_exit() 494 u64 exit_code; in kvm_vcpu_run_vhe() local 512 exit_code = __guest_enter(vcpu, host_ctxt); in kvm_vcpu_run_vhe() 515 } while (fixup_guest_exit(vcpu, &exit_code)); in kvm_vcpu_run_vhe() 530 return exit_code; in kvm_vcpu_run_vhe() 538 u64 exit_code; in __kvm_vcpu_run_nvhe() local 566 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe() [all …]
|
/Linux-v4.19/include/linux/ |
D | tracehook.h | 74 if (current->exit_code) { in ptrace_report_syscall() 75 send_sig(current->exit_code, current, 1); in ptrace_report_syscall() 76 current->exit_code = 0; in ptrace_report_syscall()
|
D | ptrace.h | 56 extern void ptrace_notify(int exit_code);
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | ptrace.h | 29 #define arch_ptrace_stop_needed(exit_code, info) \ argument 34 #define arch_ptrace_stop(exit_code, info) \ argument 132 #define arch_ptrace_stop_needed(exit_code, info) \ argument 137 #define arch_ptrace_stop(exit_code, info) \ argument
|
/Linux-v4.19/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 41 static const char *get_hcall_exit_reason(u64 exit_code) in get_hcall_exit_reason() argument 46 if (tbl->exit_code == exit_code) in get_hcall_exit_reason() 52 (unsigned long long)exit_code); in get_hcall_exit_reason()
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 303 exit_code = 42 306 exit_code = subprocess.call(cmd, stdout = out) 307 if exit_code != 0: 308 app.warn("Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 309 return bool(exit_code == 0) 323 exit_code = subprocess.call(cmd) 324 if exit_code != 0: 325 app.warn("Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 326 return bool(exit_code == 0)
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | ptrace.c | 143 if (current->exit_code) { in syscall_trace() 144 send_sig(current->exit_code, current, 1); in syscall_trace() 145 current->exit_code = 0; in syscall_trace()
|
/Linux-v4.19/kernel/ |
D | exit.c | 580 father->signal->group_exit_code ?: father->exit_code); in find_child_reaper() 851 tsk->exit_code = code; in do_exit() 947 do_group_exit(int exit_code) in do_group_exit() argument 951 BUG_ON(exit_code & 0x80); /* core dumps don't get here */ in do_group_exit() 954 exit_code = sig->group_exit_code; in do_group_exit() 961 exit_code = sig->group_exit_code; in do_group_exit() 963 sig->group_exit_code = exit_code; in do_group_exit() 970 do_exit(exit_code); in do_group_exit() 1056 status = p->exit_code; in wait_task_zombie() 1139 ? p->signal->group_exit_code : p->exit_code; in wait_task_zombie() [all …]
|
D | signal.c | 1812 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent() 1813 if (tsk->exit_code & 0x80) in do_notify_parent() 1815 else if (tsk->exit_code & 0x7f) in do_notify_parent() 1819 info.si_status = tsk->exit_code >> 8; in do_notify_parent() 1907 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop() 1970 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument 1976 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop() 1989 arch_ptrace_stop(exit_code, info); in ptrace_stop() 2018 current->exit_code = exit_code; in ptrace_stop() 2082 current->exit_code = 0; in ptrace_stop() [all …]
|
D | tsacct.c | 50 stats->ac_exitcode = tsk->exit_code; in bacct_add_tsk()
|
/Linux-v4.19/arch/arm/kvm/hyp/ |
D | switch.c | 162 u64 exit_code; in __kvm_vcpu_run_nvhe() local 185 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe() 188 if (exit_code == ARM_EXCEPTION_HVC && !__populate_fault_info(vcpu)) in __kvm_vcpu_run_nvhe() 212 return exit_code; in __kvm_vcpu_run_nvhe()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | get_cgroup_id_user.c | 58 int exit_code = 1; in main() local 139 exit_code = 0; in main() 148 return exit_code; in main()
|
/Linux-v4.19/arch/xtensa/platforms/iss/include/platform/ |
D | simcall.h | 84 static inline int simc_exit(int exit_code) in simc_exit() argument 86 return __simc(SYS_exit, exit_code, 0, 0); in simc_exit()
|
/Linux-v4.19/fs/ |
D | coredump.c | 312 static int zap_process(struct task_struct *start, int exit_code, int flags) in zap_process() argument 319 start->signal->group_exit_code = exit_code; in zap_process() 335 struct core_state *core_state, int exit_code) in zap_threads() argument 345 nr = zap_process(tsk, exit_code, 0); in zap_threads() 397 nr += zap_process(p, exit_code, in zap_threads() 410 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 424 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait()
|
/Linux-v4.19/arch/x86/kvm/ |
D | trace.h | 557 TP_PROTO(__u64 rip, __u32 exit_code, 560 TP_ARGS(rip, exit_code, exit_info1, exit_info2, 565 __field( __u32, exit_code ) 575 __entry->exit_code = exit_code; 586 __print_symbolic(__entry->exit_code, VMX_EXIT_REASONS) : 587 __print_symbolic(__entry->exit_code, SVM_EXIT_REASONS), 596 TP_PROTO(__u32 exit_code, 599 TP_ARGS(exit_code, exit_info1, exit_info2, 603 __field( __u32, exit_code ) 612 __entry->exit_code = exit_code; [all …]
|
D | svm.c | 2897 if (svm->vmcb->control.exit_code != SVM_EXIT_NPF) { in nested_svm_inject_npf_exit() 2902 svm->vmcb->control.exit_code = SVM_EXIT_NPF; in nested_svm_inject_npf_exit() 2967 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception() 3009 svm->vmcb->control.exit_code = SVM_EXIT_INTR; in nested_svm_intr() 3037 svm->vmcb->control.exit_code = SVM_EXIT_NMI; in nested_svm_nmi() 3146 u32 exit_code = svm->vmcb->control.exit_code; in nested_svm_exit_special() local 3148 switch (exit_code) { in nested_svm_exit_special() 3175 u32 exit_code = svm->vmcb->control.exit_code; in nested_svm_intercept() local 3178 switch (exit_code) { in nested_svm_intercept() 3186 u32 bit = 1U << (exit_code - SVM_EXIT_READ_CR0); in nested_svm_intercept() [all …]
|
/Linux-v4.19/arch/m68k/kernel/ |
D | ptrace.c | 284 if (current->exit_code) { in syscall_trace() 285 send_sig(current->exit_code, current, 1); in syscall_trace() 286 current->exit_code = 0; in syscall_trace()
|
/Linux-v4.19/init/ |
D | do_mounts_rd.c | 294 static int exit_code; variable 325 exit_code = 1; in error()
|
/Linux-v4.19/include/uapi/linux/ |
D | cn_proc.h | 126 __u32 exit_code, exit_signal; member
|
/Linux-v4.19/tools/perf/util/ |
D | kvm-stat.h | 66 unsigned long exit_code; member
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | tdc.py | 198 exit_code = p.returncode 201 if (exit_code != int(tidx["expExitCode"])): 203 print("exit:", exit_code, int(tidx["expExitCode"]))
|
/Linux-v4.19/drivers/connector/ |
D | cn_proc.c | 291 ev->event_data.exit.exit_code = task->exit_code; in proc_exit_connector()
|