Searched refs:bsp (Results 1 – 8 of 8) sorted by relevance
89 static int setup_xstate_features(bool bsp) in setup_xstate_features() argument93 if ( bsp ) in setup_xstate_features()107 if ( bsp ) in setup_xstate_features()583 bool bsp = c == &boot_cpu_data; in xstate_init() local587 if ( (bsp && !use_xsave) || in xstate_init()590 BUG_ON(!bsp); in xstate_init()608 if ( bsp ) in xstate_init()644 if ( setup_xstate_features(bsp) && bsp ) in xstate_init()
46 enum mcheck_type intel_mcheck_init(struct cpuinfo_x86 *c, bool bsp);
743 void mcheck_init(struct cpuinfo_x86 *c, bool bsp) in mcheck_init() argument749 if ( bsp ) in mcheck_init()766 if ( bsp && cpu_bank_alloc(smp_processor_id()) ) in mcheck_init()780 inited = intel_mcheck_init(c, bsp); in mcheck_init()795 if ( bsp ) in mcheck_init()808 if ( bsp ) in mcheck_init()
919 enum mcheck_type intel_mcheck_init(struct cpuinfo_x86 *c, bool bsp) in intel_mcheck_init() argument921 if ( bsp ) in intel_mcheck_init()
491 void mcheck_init(struct cpuinfo_x86 *c, bool_t bsp);
29 extern int _vmx_cpu_up(bool bsp);
1580 static int _svm_cpu_up(bool bsp) in _svm_cpu_up() argument1595 if ( bsp && (rc = svm_cpu_up_prepare(cpu)) != 0 ) in _svm_cpu_up()1618 if ( 0 && /* FIXME: Migration! */ bsp ) in _svm_cpu_up()
611 int _vmx_cpu_up(bool bsp) in _vmx_cpu_up() argument660 if ( bsp && (rc = vmx_cpu_up_prepare(cpu)) != 0 ) in _vmx_cpu_up()
Completed in 20 milliseconds