Searched refs:exit_info (Results 1 – 3 of 3) sorted by relevance
1070 struct scx_exit_info *exit_info; member
4844 free_exit_info(sch->exit_info); in scx_sched_free_rcu_work()5821 SCX_CALL_OP(sch, exit, NULL, sch->exit_info); in scx_sub_disable()5833 struct scx_exit_info *ei = sch->exit_info; in scx_root_disable()5848 sch->exit_info->msg); in scx_root_disable()6024 struct scx_exit_info *ei = sch->exit_info; in scx_disable_workfn()6406 struct scx_exit_info *ei = sch->exit_info; in scx_disable_irq_workfn()6418 struct scx_exit_info *ei = sch->exit_info; in scx_vexit()6512 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched()6513 if (!sch->exit_info) { in scx_alloc_and_add_sched()6664 free_exit_info(sch->exit_info); in scx_alloc_and_add_sched()[all …]
4832 u64 exit_info; in svm_check_intercept() local4837 exit_info = ((info->src_val & 0xffff) << 16) | in svm_check_intercept()4841 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()4847 exit_info |= SVM_IOIO_STR_MASK; in svm_check_intercept()4850 exit_info |= SVM_IOIO_REP_MASK; in svm_check_intercept()4854 exit_info |= bytes << SVM_IOIO_SIZE_SHIFT; in svm_check_intercept()4856 exit_info |= (u32)info->ad_bytes << (SVM_IOIO_ASIZE_SHIFT - 1); in svm_check_intercept()4858 vmcb->control.exit_info_1 = exit_info; in svm_check_intercept()