| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | cn_proc.h | 126 __u32 exit_code, exit_signal; member
|
| /kernel/linux/linux-5.10/init/ |
| H A D | do_mounts_rd.c | 286 static int exit_code; variable
|
| /kernel/linux/linux-6.6/drivers/connector/ |
| H A D | cn_proc.c | 53 __u32 what, exit_code, *ptr; in cn_filter() local
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | cn_proc.h | 152 __u32 exit_code, exit_signal; member
|
| /kernel/linux/linux-6.6/init/ |
| H A D | do_mounts_rd.c | 286 static int exit_code; variable
|
| /kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/ |
| H A D | kvm-stat.c | 44 static const char *get_hcall_exit_reason(u64 exit_code) in get_hcall_exit_reason() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | kvm-stat.h | 76 unsigned long exit_code; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | cn_proc.h | 91 __u32 exit_code, exit_signal; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | cn_proc.h | 91 __u32 exit_code, exit_signal; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | cn_proc.h | 82 __u32 exit_code, exit_signal; member
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | sev-es-shared.c | 70 static bool vc_decoding_needed(unsigned long exit_code) in vc_decoding_needed() argument 147 void __init do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb() argument 77 vc_init_em_ctxt(struct es_em_ctxt *ctxt, struct pt_regs *regs, unsigned long exit_code) vc_init_em_ctxt() argument 97 sev_es_ghcb_hv_call(struct ghcb *ghcb, struct es_em_ctxt *ctxt, u64 exit_code, u64 exit_info_1, u64 exit_info_2) sev_es_ghcb_hv_call() argument 546 vc_handle_rdtsc(struct ghcb *ghcb, struct es_em_ctxt *ctxt, unsigned long exit_code) vc_handle_rdtsc() argument [all...] |
| H A D | sev-es.c | 826 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local 1459 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local 1219 vc_handle_exitcode(struct es_em_ctxt *ctxt, struct ghcb *ghcb, unsigned long exit_code) vc_handle_exitcode() argument [all...] |
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | switch.h | 282 static bool kvm_hyp_handle_fpsimd(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_fpsimd() argument 428 static bool kvm_hyp_handle_ptrauth(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_ptrauth() argument 525 static bool kvm_hyp_handle_sysreg(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_sysreg() argument 548 static bool kvm_hyp_handle_cp15_32(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_cp15_32() argument 557 static bool kvm_hyp_handle_memory_fault(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_memory_fault() argument 569 static bool kvm_hyp_handle_dabt_low(struct kvm_vcpu *vcpu, u64 *exit_code) in kvm_hyp_handle_dabt_low() argument 609 kvm_hyp_handle_exit(struct kvm_vcpu *vcpu, u64 *exit_code) kvm_hyp_handle_exit() argument 622 synchronize_vcpu_pstate(struct kvm_vcpu *vcpu, u64 *exit_code) synchronize_vcpu_pstate() argument 645 fixup_guest_exit(struct kvm_vcpu *vcpu, u64 *exit_code) fixup_guest_exit() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
| H A D | sev.c | 294 void do_boot_stage2_vc(struct pt_regs *regs, unsigned long exit_code) in do_boot_stage2_vc() argument
|
| /kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
| H A D | nested.c | 855 u32 exit_code = svm->vmcb->control.exit_code; nested_svm_intercept() local 1068 u32 exit_code = svm->vmcb->control.exit_code; nested_svm_exit_special() local [all...] |
| /kernel/linux/linux-5.10/fs/ |
| H A D | coredump.c | 354 static int zap_process(struct task_struct *start, int exit_code, int flags) in zap_process() argument 452 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 376 zap_threads(struct task_struct *tsk, struct mm_struct *mm, struct core_state *core_state, int exit_code) zap_threads() argument
|
| /kernel/linux/linux-5.10/fs/proc/ |
| H A D | array.c | 450 int exit_code = task->exit_code; in do_task_stat() local
|
| /kernel/linux/linux-6.6/fs/proc/ |
| H A D | array.c | 486 int exit_code = task->exit_code; in do_task_stat() local
|
| /kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 340 static int __handle_guest_request(struct snp_guest_dev *snp_dev, u64 exit_code, in __handle_guest_request() argument 426 static int handle_guest_request(struct snp_guest_dev *snp_dev, u64 exit_code, in handle_guest_request() argument
|
| /kernel/linux/linux-6.6/arch/x86/hyperv/ |
| H A D | ivm.c | 121 static enum es_result hv_ghcb_hv_call(struct ghcb *ghcb, u64 exit_code, in hv_ghcb_hv_call() argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | sev.h | 236 static inline int snp_issue_guest_request(u64 exit_code, struct snp_req_data *input, struct snp_guest_request_ioctl *rio) in snp_issue_guest_request() argument
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-kvm.c | 103 get_exit_reason(struct perf_kvm_stat *kvm, struct exit_reasons_table *tbl, u64 exit_code) get_exit_reason() argument
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | exit.c | 973 do_group_exit(int exit_code) in do_group_exit() argument 1234 int exit_code, *p_code, why; wait_task_stopped() local [all...] |
| /kernel/linux/linux-6.6/fs/ |
| H A D | coredump.c | 359 static int zap_process(struct task_struct *start, int exit_code) in zap_process() argument 401 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 383 zap_threads(struct task_struct *tsk, struct core_state *core_state, int exit_code) zap_threads() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | exit.c | 1011 do_group_exit(int exit_code) in do_group_exit() argument 1275 int exit_code, *p_code, why; wait_task_stopped() local [all...] |