Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bm_check
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H
A
D
cstate.c
24
* - When cache is shared among all CPUs, we use
bm_check
34
flags->
bm_check
= 0;
in acpi_processor_power_init_bm_check()
36
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
43
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
58
* type state. So, set
bm_check
to 1 to indicate that the kernel
in acpi_processor_power_init_bm_check()
65
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
74
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
89
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H
A
D
cstate.c
24
* - When cache is shared among all CPUs, we use
bm_check
34
flags->
bm_check
= 0;
in acpi_processor_power_init_bm_check()
36
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
43
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
62
* type state. So, set
bm_check
to 1 to indicate that the kernel
in acpi_processor_power_init_bm_check()
66
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
82
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
97
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
processor.h
210
u8
bm_check
:1;
member
283
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
/kernel/linux/linux-6.6/include/acpi/
H
A
D
processor.h
215
u8
bm_check
:1;
member
288
flags->
bm_check
= 1;
in acpi_processor_power_init_bm_check()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
335
/* All the logic here assumes flags.
bm_check
is same across all CPUs */
in acpi_processor_power_verify_c3()
337
/* Determine whether
bm_check
is needed based on CPU */
in acpi_processor_power_verify_c3()
339
bm_check_flag = pr->flags.
bm_check
;
in acpi_processor_power_verify_c3()
342
pr->flags.
bm_check
= bm_check_flag;
in acpi_processor_power_verify_c3()
346
if (pr->flags.
bm_check
) {
in acpi_processor_power_verify_c3()
362
* supported on when
bm_check
is not required.
in acpi_processor_power_verify_c3()
375
* checking of bus mastering status (
bm_check
) so we can
in acpi_processor_power_verify_c3()
640
*
bm_check
implies we need ARB_DIS
in acpi_idle_enter_bm()
643
* That leaves a case where
bm_check
is set and bm_control is not set.
in acpi_idle_enter_bm()
697
if (cx->type == ACPI_STATE_C3 && pr->flags.
bm_check
)
in acpi_idle_enter()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
333
/* All the logic here assumes flags.
bm_check
is same across all CPUs */
in acpi_processor_power_verify_c3()
335
/* Determine whether
bm_check
is needed based on CPU */
in acpi_processor_power_verify_c3()
337
bm_check_flag = pr->flags.
bm_check
;
in acpi_processor_power_verify_c3()
340
pr->flags.
bm_check
= bm_check_flag;
in acpi_processor_power_verify_c3()
344
if (pr->flags.
bm_check
) {
in acpi_processor_power_verify_c3()
360
* supported on when
bm_check
is not required.
in acpi_processor_power_verify_c3()
373
* checking of bus mastering status (
bm_check
) so we can
in acpi_processor_power_verify_c3()
633
*
bm_check
implies we need ARB_DIS
in acpi_idle_enter_bm()
636
* That leaves a case where
bm_check
is set and bm_control is not set.
in acpi_idle_enter_bm()
694
if (cx->type == ACPI_STATE_C3 && pr->flags.
bm_check
)
in acpi_idle_enter()
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-acpi-processor.c
104
op.u.set_pminfo.power.flags.
bm_check
= _pr->flags.
bm_check
;
in push_cxx_to_hypervisor()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-acpi-processor.c
105
op.u.set_pminfo.power.flags.
bm_check
= _pr->flags.
bm_check
;
in push_cxx_to_hypervisor()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
platform.h
372
uint32_t
bm_check
:1;
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
platform.h
355
uint32_t
bm_check
:1;
member
Completed in 11 milliseconds