/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/arm64/kvm/hyp/ |
D | switch.c | 448 static bool __hyp_text fixup_guest_exit(struct kvm_vcpu *vcpu, u64 *exit_code) in fixup_guest_exit() argument 450 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit() 459 if (*exit_code != ARM_EXCEPTION_TRAP) in fixup_guest_exit() 497 *exit_code = ARM_EXCEPTION_EL1_SERROR; in fixup_guest_exit() 593 u64 exit_code; in kvm_vcpu_run_vhe() local 622 exit_code = __guest_enter(vcpu, host_ctxt); in kvm_vcpu_run_vhe() 625 } while (fixup_guest_exit(vcpu, &exit_code)); in kvm_vcpu_run_vhe() 640 return exit_code; in kvm_vcpu_run_vhe() 650 u64 exit_code; in __kvm_vcpu_run_nvhe() local 691 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe() [all …]
|
/Linux-v5.4/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-v5.4/include/linux/ |
D | tracehook.h | 73 if (current->exit_code) { in ptrace_report_syscall() 74 send_sig(current->exit_code, current, 1); in ptrace_report_syscall() 75 current->exit_code = 0; in ptrace_report_syscall()
|
/Linux-v5.4/Documentation/sphinx/ |
D | kfigure.py | 308 exit_code = 42 311 exit_code = subprocess.call(cmd, stdout = out) 312 if exit_code != 0: 314 "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 315 return bool(exit_code == 0) 329 exit_code = subprocess.call(cmd) 330 if exit_code != 0: 331 kernellog.warn(app, "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 332 return bool(exit_code == 0)
|
/Linux-v5.4/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 45 static const char *get_hcall_exit_reason(u64 exit_code) in get_hcall_exit_reason() argument 50 if (tbl->exit_code == exit_code) in get_hcall_exit_reason() 56 (unsigned long long)exit_code); in get_hcall_exit_reason()
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | ptrace.c | 140 if (current->exit_code) { in syscall_trace() 141 send_sig(current->exit_code, current, 1); in syscall_trace() 142 current->exit_code = 0; in syscall_trace()
|
/Linux-v5.4/kernel/ |
D | exit.c | 522 father->signal->group_exit_code ?: father->exit_code); in find_child_reaper() 801 tsk->exit_code = code; in do_exit() 898 do_group_exit(int exit_code) in do_group_exit() argument 902 BUG_ON(exit_code & 0x80); /* core dumps don't get here */ in do_group_exit() 905 exit_code = sig->group_exit_code; in do_group_exit() 912 exit_code = sig->group_exit_code; in do_group_exit() 914 sig->group_exit_code = exit_code; in do_group_exit() 921 do_exit(exit_code); in do_group_exit() 1007 status = p->exit_code; in wait_task_zombie() 1090 ? p->signal->group_exit_code : p->exit_code; in wait_task_zombie() [all …]
|
D | signal.c | 1957 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent() 1958 if (tsk->exit_code & 0x80) in do_notify_parent() 1960 else if (tsk->exit_code & 0x7f) in do_notify_parent() 1964 info.si_status = tsk->exit_code >> 8; in do_notify_parent() 2052 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop() 2115 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() argument 2121 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop() 2134 arch_ptrace_stop(exit_code, info); in ptrace_stop() 2163 current->exit_code = exit_code; in ptrace_stop() 2229 current->exit_code = 0; in ptrace_stop() [all …]
|
D | tsacct.c | 39 stats->ac_exitcode = tsk->exit_code; in bacct_add_tsk()
|
/Linux-v5.4/arch/arm/kvm/hyp/ |
D | switch.c | 151 u64 exit_code; in __kvm_vcpu_run_nvhe() local 174 exit_code = __guest_enter(vcpu, host_ctxt); in __kvm_vcpu_run_nvhe() 177 if (exit_code == ARM_EXCEPTION_HVC && !__populate_fault_info(vcpu)) in __kvm_vcpu_run_nvhe() 201 return exit_code; in __kvm_vcpu_run_nvhe()
|
/Linux-v5.4/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-v5.4/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-v5.4/fs/ |
D | coredump.c | 338 static int zap_process(struct task_struct *start, int exit_code, int flags) in zap_process() argument 345 start->signal->group_exit_code = exit_code; in zap_process() 361 struct core_state *core_state, int exit_code) in zap_threads() argument 371 nr = zap_process(tsk, exit_code, 0); in zap_threads() 423 nr += zap_process(p, exit_code, in zap_threads() 436 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 450 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait()
|
/Linux-v5.4/arch/x86/kvm/ |
D | svm.c | 2958 if (svm->vmcb->control.exit_code != SVM_EXIT_NPF) { in nested_svm_inject_npf_exit() 2963 svm->vmcb->control.exit_code = SVM_EXIT_NPF; in nested_svm_inject_npf_exit() 3031 svm->vmcb->control.exit_code = SVM_EXIT_EXCP_BASE + nr; in nested_svm_check_exception() 3070 svm->vmcb->control.exit_code = SVM_EXIT_INTR; in nested_svm_intr() 3098 svm->vmcb->control.exit_code = SVM_EXIT_NMI; in nested_svm_nmi() 3181 u32 exit_code = svm->vmcb->control.exit_code; in nested_svm_exit_special() local 3183 switch (exit_code) { in nested_svm_exit_special() 3210 u32 exit_code = svm->vmcb->control.exit_code; in nested_svm_intercept() local 3213 switch (exit_code) { in nested_svm_intercept() 3221 u32 bit = 1U << (exit_code - SVM_EXIT_READ_CR0); in nested_svm_intercept() [all …]
|
D | trace.h | 560 TP_PROTO(__u64 rip, __u32 exit_code, 563 TP_ARGS(rip, exit_code, exit_info1, exit_info2, 568 __field( __u32, exit_code ) 578 __entry->exit_code = exit_code; 589 __print_symbolic(__entry->exit_code, VMX_EXIT_REASONS) : 590 __print_symbolic(__entry->exit_code, SVM_EXIT_REASONS), 599 TP_PROTO(__u32 exit_code, 602 TP_ARGS(exit_code, exit_info1, exit_info2, 606 __field( __u32, exit_code ) 615 __entry->exit_code = exit_code; [all …]
|
/Linux-v5.4/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-v5.4/tools/testing/selftests/tc-testing/ |
D | tdc.py | 279 exit_code = p.returncode 281 exit_code = None 285 if (exit_code is None or exit_code != int(tidx["expExitCode"])): 286 print("exit: {!r}".format(exit_code)) 290 …res.set_failmsg('Command exited with {}, expected {}\n{}'.format(exit_code, tidx["expExitCode"], p…
|
/Linux-v5.4/init/ |
D | do_mounts_rd.c | 294 static int exit_code; variable 325 exit_code = 1; in error()
|
/Linux-v5.4/include/uapi/linux/ |
D | cn_proc.h | 126 __u32 exit_code, exit_signal; member
|
/Linux-v5.4/tools/perf/util/ |
D | kvm-stat.h | 69 unsigned long exit_code; member
|
/Linux-v5.4/drivers/connector/ |
D | cn_proc.c | 285 ev->event_data.exit.exit_code = task->exit_code; in proc_exit_connector()
|
/Linux-v5.4/drivers/misc/altera-stapl/ |
D | altera.c | 208 int *exit_code, in altera_execute() argument 647 *exit_code = 0; /* success */ in altera_execute() 876 *exit_code = stack[--stack_ptr]; in altera_execute() 2412 int exit_code = 0; in altera_init() local 2494 &error_address, &exit_code, &format_version); in altera_init() 2496 if (exit_code) in altera_init()
|