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:NCAPINTS
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
mkcpustr.c
28
for (i = 0; i <
NCAPINTS
; i++) {
in main()
32
if (i ==
NCAPINTS
-1 && j == 31) {
in main()
H
A
D
cpucheck.c
31
static u32 err_flags[
NCAPINTS
];
35
static const u32 req_flags[
NCAPINTS
] =
93
for (i = 0; i <
NCAPINTS
; i++) {
in check_cpuflags()
H
A
D
cpu.c
40
for (i = 0; i <
NCAPINTS
; i++) {
in show_cap_strs()
62
for (i = 0; i <
NCAPINTS
; i++) {
in show_cap_strs()
H
A
D
cpuflags.h
12
u32 flags[
NCAPINTS
];
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
mkcpustr.c
28
for (i = 0; i <
NCAPINTS
; i++) {
in main()
32
if (i ==
NCAPINTS
-1 && j == 31) {
in main()
H
A
D
cpucheck.c
32
static u32 err_flags[
NCAPINTS
];
36
static const u32 req_flags[
NCAPINTS
] =
94
for (i = 0; i <
NCAPINTS
; i++) {
in check_cpuflags()
H
A
D
cpuflags.h
12
u32 flags[
NCAPINTS
];
H
A
D
cpu.c
37
for (i = 0; i <
NCAPINTS
; i++) {
in show_cap_strs()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
cpufeature.h
39
extern const char * const x86_cap_flags[
NCAPINTS
*32];
50
* X86_BUG_<name> -
NCAPINTS
*32.
69
* following BUILD_BUG_ON_ZERO() check but when
NCAPINTS
gets changed, all
70
* header macros which use
NCAPINTS
need to be changed. The duplicated macro
98
BUILD_BUG_ON_ZERO(
NCAPINTS
!= 22))
124
BUILD_BUG_ON_ZERO(
NCAPINTS
!= 22))
218
#define MAX_CPU_FEATURES (
NCAPINTS
* 32)
H
A
D
cpufeatures.h
16
#define
NCAPINTS
22 /* N 32-bit words worth of info */
macro
415
#define X86_BUG(x) (
NCAPINTS
*32 + (x))
H
A
D
required-features.h
107
#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 22)
H
A
D
disabled-features.h
107
#define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 22)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeature.h
41
extern const char * const x86_cap_flags[
NCAPINTS
*32];
48
* X86_BUG_<name> -
NCAPINTS
*32.
67
* following BUILD_BUG_ON_ZERO() check but when
NCAPINTS
gets changed, all
68
* header macros which use
NCAPINTS
need to be changed. The duplicated macro
95
BUILD_BUG_ON_ZERO(
NCAPINTS
!= 21))
120
BUILD_BUG_ON_ZERO(
NCAPINTS
!= 21))
204
#define MAX_CPU_FEATURES (
NCAPINTS
* 32)
H
A
D
cpufeatures.h
16
#define
NCAPINTS
21 /* N 32-bit words worth of info */
macro
458
#define X86_BUG(x) (
NCAPINTS
*32 + (x))
H
A
D
required-features.h
102
#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 21)
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
cpufeature.h
12
extern const char * const x86_cap_flags[
NCAPINTS
*32];
19
* X86_BUG_<name> -
NCAPINTS
*32.
134
#define MAX_CPU_FEATURES (
NCAPINTS
* 32)
H
A
D
processor-generic.h
87
__u32 x86_capability[
NCAPINTS
+ NBUGINTS];
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
proc.c
105
for (i = 0; i < 32*
NCAPINTS
; i++)
in show_cpuinfo()
122
unsigned int bug_bit = 32*
NCAPINTS
+ i;
in show_cpuinfo()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
proc.c
102
for (i = 0; i < 32*
NCAPINTS
; i++)
in show_cpuinfo()
119
unsigned int bug_bit = 32*
NCAPINTS
+ i;
in show_cpuinfo()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
reverse_cpuid.h
15
CPUID_12_EAX =
NCAPINTS
,
22
NKVMCAPINTS = NR_KVM_CPU_CAPS -
NCAPINTS
,
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
16
#define
NCAPINTS
20 /* N 32-bit words worth of info */
macro
403
#define X86_BUG(x) (
NCAPINTS
*32 + (x))
H
A
D
required-features.h
105
#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 20)
H
A
D
disabled-features.h
108
#define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 20)
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
16
#define
NCAPINTS
21 /* N 32-bit words worth of info */
macro
449
#define X86_BUG(x) (
NCAPINTS
*32 + (x))
H
A
D
required-features.h
102
#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(
NCAPINTS
!= 21)
Completed in 14 milliseconds
1
2