Searched refs:exit_info (Results 1 – 4 of 4) sorted by relevance
5388 free_exit_info(sch->exit_info); in scx_sched_free_rcu_work()5639 ei = sch->exit_info; in scx_rcu_cpu_stall()6362 struct scx_exit_info *ei = sch->exit_info; in scx_log_sched_disable()6397 sch->exit_info->msg); in scx_root_disable()6502 SCX_CALL_OP(sch, exit, NULL, sch->exit_info); in scx_root_disable()6619 struct scx_exit_info *ei = sch->exit_info; in scx_disable_workfn()7017 struct scx_exit_info *ei = sch->exit_info; in scx_disable_irq_workfn()7029 struct scx_exit_info *ei = sch->exit_info; in scx_finish_exit()7055 struct scx_exit_info *ei = sch->exit_info; in scx_vexit()7138 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched()[all …]
1653 SCX_CALL_OP(sch, exit, NULL, sch->exit_info); in scx_sub_disable()1813 sch->exit_info->flags |= SCX_EFLAG_INITIALIZED; in scx_sub_enable_workfn()
1629 struct scx_exit_info *exit_info; member
4917 u64 exit_info; in svm_check_intercept() local4922 exit_info = ((info->src_val & 0xffff) << 16) | in svm_check_intercept()4926 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()4932 exit_info |= SVM_IOIO_STR_MASK; in svm_check_intercept()4935 exit_info |= SVM_IOIO_REP_MASK; in svm_check_intercept()4939 exit_info |= bytes << SVM_IOIO_SIZE_SHIFT; in svm_check_intercept()4941 exit_info |= (u32)info->ad_bytes << (SVM_IOIO_ASIZE_SHIFT - 1); in svm_check_intercept()4943 vmcb->control.exit_info_1 = exit_info; in svm_check_intercept()