Searched refs:bm_check (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c24 * - When cache is shared among all CPUs, we use bm_check
34 flags->bm_check = 0;
36 flags->bm_check = 1;
43 flags->bm_check = 1;
62 * type state. So, set bm_check to 1 to indicate that the kernel
66 flags->bm_check = 1;
82 flags->bm_check = 1;
97 flags->bm_check = 1;
/linux-master/include/acpi/
H A Dprocessor.h215 u8 bm_check:1; member in struct:acpi_processor_flags
288 flags->bm_check = 1;
/linux-master/drivers/acpi/
H A Dprocessor_idle.c333 /* All the logic here assumes flags.bm_check is same across all CPUs */
335 /* Determine whether bm_check is needed based on CPU */
337 bm_check_flag = pr->flags.bm_check;
340 pr->flags.bm_check = bm_check_flag;
344 if (pr->flags.bm_check) {
360 * supported on when bm_check is not required.
373 * checking of bus mastering status (bm_check) so we can
633 * bm_check implies we need ARB_DIS
636 * That leaves a case where bm_check is set and bm_control is not set.
694 if (cx->type == ACPI_STATE_C3 && pr->flags.bm_check)
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c105 op.u.set_pminfo.power.flags.bm_check = _pr->flags.bm_check;
/linux-master/include/xen/interface/
H A Dplatform.h355 uint32_t bm_check:1; member in struct:xen_processor_flags

Completed in 144 milliseconds