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:x86_power
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
hygon.c
256
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_hygon()
259
if (c->
x86_power
& (1 << 8)) {
in early_init_hygon()
265
if (c->
x86_power
& BIT(12))
in early_init_hygon()
269
if (c->
x86_power
& BIT(14))
in early_init_hygon()
H
A
D
zhaoxin.c
64
if (c->
x86_power
& (1 << 8)) {
in early_init_zhaoxin()
H
A
D
proc.c
140
if (c->
x86_power
& (1 << i)) {
in show_cpuinfo()
H
A
D
amd.c
689
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_amd()
692
if (c->
x86_power
& (1 << 8)) {
in early_init_amd()
698
if (c->
x86_power
& BIT(12))
in early_init_amd()
702
if (c->
x86_power
& BIT(14))
in early_init_amd()
H
A
D
centaur.c
108
if (c->
x86_power
& (1 << 8)) {
in early_init_centaur()
H
A
D
intel.c
335
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_intel()
341
if (c->
x86_power
& (1 << 8)) {
in early_init_intel()
H
A
D
common.c
1086
c->
x86_power
= edx;
in get_cpu_cap()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
hygon.c
275
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_hygon()
278
if (c->
x86_power
& (1 << 8)) {
in early_init_hygon()
284
if (c->
x86_power
& BIT(12))
in early_init_hygon()
H
A
D
zhaoxin.c
64
if (c->
x86_power
& (1 << 8)) {
in early_init_zhaoxin()
H
A
D
proc.c
143
if (c->
x86_power
& (1 << i)) {
in show_cpuinfo()
H
A
D
centaur.c
108
if (c->
x86_power
& (1 << 8)) {
in early_init_centaur()
H
A
D
amd.c
745
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_amd()
748
if (c->
x86_power
& (1 << 8)) {
in early_init_amd()
754
if (c->
x86_power
& BIT(12))
in early_init_amd()
H
A
D
intel.c
245
* c->
x86_power
is 8000_0007 edx. Bit 8 is TSC runs at constant rate
in early_init_intel()
251
if (c->
x86_power
& (1 << 8)) {
in early_init_intel()
H
A
D
common.c
953
c->
x86_power
= edx;
in get_cpu_cap()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
120
int
x86_power
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
processor.h
122
int
x86_power
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
cpuid.c
828
entry->edx &= boot_cpu_data.
x86_power
;
in __do_cpuid_func()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
cpuid.c
1210
entry->edx &= boot_cpu_data.
x86_power
;
in __do_cpuid_func()
Completed in 20 milliseconds