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:cpuid_ebx
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
H
A
D
helpers.h
137
unsigned int
cpuid_ebx
(unsigned int op);
169
static inline unsigned int
cpuid_ebx
(unsigned int op) { return 0; };
in cpuid_ebx()
function
H
A
D
cpuid.c
136
cpuid_ebx
(0x80000008) & (1 << 4))
in get_cpu_info()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H
A
D
helpers.h
158
unsigned int
cpuid_ebx
(unsigned int op);
205
static inline unsigned int
cpuid_ebx
(unsigned int op) { return 0; };
in cpuid_ebx()
function
H
A
D
cpuid.c
150
cpuid_ebx
(0x80000008) & (1 << 4))
in get_cpu_info()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
366
ms_hyperv.priv_high =
cpuid_ebx
(HYPERV_CPUID_FEATURES);
in ms_hyperv_init_platform()
377
ms_hyperv.max_lp_index =
cpuid_ebx
(HYPERV_CPUID_IMPLEMENT_LIMITS);
in ms_hyperv_init_platform()
412
hv_host_info_ebx =
cpuid_ebx
(HYPERV_CPUID_VERSION);
in ms_hyperv_init_platform()
430
ms_hyperv.isolation_config_b =
cpuid_ebx
(HYPERV_CPUID_ISOLATION_CONFIG);
in ms_hyperv_init_platform()
H
A
D
hygon.c
55
smp_num_siblings = ((
cpuid_ebx
(0x8000001e) >> 8) & 0xff) + 1;
in hygon_get_topology_early()
H
A
D
amd.c
654
c->x86_phys_bits -= (
cpuid_ebx
(0x8000001f) >> 6) & 0x3f;
in early_detect_mem_encrypt()
772
smp_num_siblings = ((
cpuid_ebx
(0x8000001e) >> 8) & 0xff) + 1;
in early_init_amd()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
speedstep-lib.c
271
ebx =
cpuid_ebx
(0x00000001);
in speedstep_detect_processor()
326
/*
cpuid_ebx
(1) is 0x04 for desktop PIII,
in speedstep_detect_processor()
328
ebx =
cpuid_ebx
(0x00000001);
in speedstep_detect_processor()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
253
ms_hyperv.max_lp_index =
cpuid_ebx
(HYPERV_CPUID_IMPLEMENT_LIMITS);
in ms_hyperv_init_platform()
264
hv_host_info_ebx =
cpuid_ebx
(HYPERV_CPUID_VERSION);
in ms_hyperv_init_platform()
H
A
D
hygon.c
57
smp_num_siblings = ((
cpuid_ebx
(0x8000001e) >> 8) & 0xff) + 1;
in hygon_get_topology_early()
H
A
D
amd.c
708
c->x86_phys_bits -= (
cpuid_ebx
(0x8000001f) >> 6) & 0x3f;
in early_detect_mem_encrypt()
824
smp_num_siblings = ((
cpuid_ebx
(0x8000001e) >> 8) & 0xff) + 1;
in early_init_amd()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
speedstep-lib.c
271
ebx =
cpuid_ebx
(0x00000001);
in speedstep_detect_processor()
326
/*
cpuid_ebx
(1) is 0x04 for desktop PIII,
in speedstep_detect_processor()
328
ebx =
cpuid_ebx
(0x00000001);
in speedstep_detect_processor()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pvh.c
35
msr =
cpuid_ebx
(xen_cpuid_base() + 2);
in xen_pvh_init()
H
A
D
enlighten_hvm.c
109
msr =
cpuid_ebx
(base + 2);
in init_hvm_pv_info()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pvh.c
37
msr =
cpuid_ebx
(xen_cpuid_base() + 2);
in xen_pvh_init()
H
A
D
enlighten_hvm.c
116
msr =
cpuid_ebx
(base + 2);
in init_hvm_pv_info()
/kernel/linux/linux-5.10/drivers/char/agp/
H
A
D
efficeon-agp.c
197
const int clflush_chunk = ((
cpuid_ebx
(1) >> 8) & 0xff) << 3;
in efficeon_create_gatt_table()
240
const int clflush_chunk = ((
cpuid_ebx
(1) >> 8) & 0xff) << 3;
in efficeon_insert_memory()
/kernel/linux/linux-6.6/drivers/char/agp/
H
A
D
efficeon-agp.c
197
const int clflush_chunk = ((
cpuid_ebx
(1) >> 8) & 0xff) << 3;
in efficeon_create_gatt_table()
240
const int clflush_chunk = ((
cpuid_ebx
(1) >> 8) & 0xff) << 3;
in efficeon_insert_memory()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpuid.h
103
static inline unsigned int
cpuid_ebx
(unsigned int op)
in cpuid_ebx()
function
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
k8temp.c
54
brandidx =
cpuid_ebx
(0x80000001);
in is_rev_g_desktop()
H
A
D
amd_energy.c
215
num_siblings = ((
cpuid_ebx
(0x8000001e) >> 8) & 0xff) + 1;
in amd_create_sensor()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
k8temp.c
54
brandidx =
cpuid_ebx
(0x80000001);
in is_rev_g_desktop()
/kernel/linux/linux-5.10/drivers/dma/ioat/
H
A
D
dca.c
17
#define cpu_physical_id(cpu) (
cpuid_ebx
(1) >> 24)
/kernel/linux/linux-6.6/drivers/dma/ioat/
H
A
D
dca.c
17
#define cpu_physical_id(cpu) (
cpuid_ebx
(1) >> 24)
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
lbr.c
433
ebx.full =
cpuid_ebx
(EXT_PERFMON_DEBUG_FEATURES);
in amd_pmu_lbr_init()
Completed in 14 milliseconds
1
2