Searched refs:exit_info (Results 1 – 3 of 3) sorted by relevance
1070 struct scx_exit_info *exit_info; member
4859 free_exit_info(sch->exit_info); in scx_attr_ops_show() 5864 SCX_CALL_OP(sch, exit, NULL, sch->exit_info); in scx_root_disable() 5876 struct scx_exit_info *ei = sch->exit_info; in scx_root_disable() 5891 sch->exit_info->msg); in scx_root_disable() 6067 struct scx_exit_info *ei = sch->exit_info; in scx_flush_disable_work() 6449 struct scx_exit_info *ei = sch->exit_info; in alloc_kick_syncs() 6461 struct scx_exit_info *ei = sch->exit_info; in alloc_kick_syncs() 6555 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched() 6556 if (!sch->exit_info) { in scx_alloc_and_add_sched() 6714 free_exit_info(sch->exit_info); in validate_ops() [all...]
4843 u64 exit_info; in svm_check_intercept() local4848 exit_info = ((info->src_val & 0xffff) << 16) | in svm_check_intercept()4852 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()4858 exit_info |= SVM_IOIO_STR_MASK; in svm_check_intercept()4861 exit_info |= SVM_IOIO_REP_MASK; in svm_check_intercept()4865 exit_info |= bytes << SVM_IOIO_SIZE_SHIFT; in svm_check_intercept()4867 exit_info |= (u32)info->ad_bytes << (SVM_IOIO_ASIZE_SHIFT - 1); in svm_check_intercept()4869 vmcb->control.exit_info_1 = exit_info; in svm_check_intercept()