| /linux/arch/arm64/kvm/hyp/vhe/ |
| H A D | switch.c | 261 static bool kvm_hyp_handle_timer(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_timer() 337 static bool kvm_hyp_handle_eret(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_eret() 390 static bool kvm_hyp_handle_tlbi_el2(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_tlbi_el2() 439 static bool kvm_hyp_handle_cpacr_el1(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_cpacr_el1() 461 static bool kvm_hyp_handle_zcr_el2(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_zcr_el2() 485 static bool kvm_hyp_handle_sysreg_vhe(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_sysreg_vhe() 502 static bool kvm_hyp_handle_impdef(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_impdef() 537 static inline bool fixup_guest_exit(struct kvm_vcpu *vcpu, u64 *exit_code) in fixup_guest_exit() 576 u64 exit_code; in __kvm_vcpu_run_vhe() local
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_socket_protocol_test.c | 99 int exit_code = EXIT_FAILURE; in TEST_F() local 255 int exit_code = EXIT_FAILURE; in TEST_F() local 395 int exit_code = EXIT_FAILURE; in TEST_F() local 535 int exit_code in TEST_F() local 656 int exit_code = EXIT_FAILURE; TEST_F() local 776 int exit_code = EXIT_FAILURE; TEST_F() local 898 int exit_code = EXIT_FAILURE; TEST_F() local 1026 int exit_code = EXIT_FAILURE; TEST_F() local 1159 int exit_code = EXIT_FAILURE; TEST_F() local 1284 int exit_code = EXIT_FAILURE; global() variable 1442 int fd_server = -1, exit_code = EXIT_FAILURE, n_conns = 0; global() variable [all...] |
| H A D | coredump_socket_test.c | 96 int exit_code = EXIT_FAILURE; in TEST_F() local 229 int exit_code = EXIT_FAILURE; in TEST_F() local 383 int exit_code = EXIT_FAILURE; in TEST_F() local 456 int exit_code = EXIT_FAILURE; TEST_F() local 602 int exit_code = EXIT_FAILURE; TEST_F() local [all...] |
| H A D | coredump_test_helpers.c | 310 int exit_code = EXIT_FAILURE; in process_coredump_worker() local
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | peeksiginfo.c | 47 int ret, exit_code = -1; in check_error_paths() local 108 int i, j, ret, exit_code = -1; in check_direct_path() local 155 int i, exit_code = 1; in main() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe.c | 27 int exit_code; urand_trigger() local
|
| H A D | usdt.c | 349 int exit_code; urand_trigger() local
|
| /linux/lib/kunit/ |
| H A D | try-catch.c | 42 int exit_code, time_remaining; in kunit_try_catch_run() local
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | user_exit_info_common.h | 25 s64 exit_code; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | sie.h | 90 #define exit_code(opcode, mnemonic) \ macro
|
| /linux/tools/arch/s390/include/uapi/asm/ |
| H A D | sie.h | 90 #define exit_code(opcode, mnemonic) \ macro
|
| /linux/arch/xtensa/platforms/iss/include/platform/ |
| H A D | simcall.h | 24 static inline int simc_exit(int exit_code) in simc_exit()
|
| /linux/tools/testing/selftests/clone3/ |
| H A D | clone3_set_tid.c | 64 int exit_code = EXIT_SUCCESS; in call_clone3_set_tid() local
|
| /linux/tools/perf/util/ |
| H A D | kvm-stat.c | 52 u64 exit_code) in get_exit_reason()
|
| H A D | kvm-stat.h | 75 unsigned long exit_code; member
|
| /linux/tools/perf/util/kvm-stat-arch/ |
| H A D | kvm-stat-powerpc.c | 39 static const char *get_hcall_exit_reason(u64 exit_code) in get_hcall_exit_reason()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | pkvm.c | 1048 pkvm_memshare_call(u64 * ret,struct kvm_vcpu * vcpu,u64 * exit_code) pkvm_memshare_call() argument 1096 kvm_handle_pvm_hvc64(struct kvm_vcpu * vcpu,u64 * exit_code) kvm_handle_pvm_hvc64() argument
|
| /linux/drivers/connector/ |
| H A D | cn_proc.c | 53 __u32 what, exit_code, *ptr; in cn_filter() local
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 1575 u64 exit_code = svm->vmcb->control.exit_code; in nested_svm_intercept() local 1757 u32 exit_code = svm->vmcb->control.exit_code; in nested_svm_exit_special() local
|
| H A D | svm.h | 188 u64 exit_code; member 471 static inline bool svm_is_vmrun_failure(u64 exit_code) in svm_is_vmrun_failure() 856 static inline void nested_svm_simple_vmexit(struct vcpu_svm *svm, u32 exit_code) in nested_svm_simple_vmexit()
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera.c | 208 int *exit_code, in altera_execute() 2381 int exit_code = 0; in altera_init() local
|
| /linux/include/uapi/linux/ |
| H A D | cn_proc.h | 152 __u32 exit_code, exit_signal; global() member
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd.h | 193 __s32 exit_code; global() member
|
| /linux/arch/x86/boot/startup/ |
| H A D | sev-shared.c | 442 void do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb()
|
| /linux/kernel/ |
| H A D | exit.c | 1092 do_group_exit(int exit_code) in do_group_exit() 1332 int exit_code, *p_code, why; in wait_task_stopped() local
|