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:BIT_64
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/lib/
H
A
D
msr.c
76
m1.q |=
BIT_64
(bit);
in __flip_bit()
78
m1.q &= ~
BIT_64
(bit);
in __flip_bit()
/kernel/linux/linux-6.6/arch/x86/lib/
H
A
D
msr.c
78
m1.q |=
BIT_64
(bit);
in __flip_bit()
80
m1.q &= ~
BIT_64
(bit);
in __flip_bit()
/kernel/liteos_a/arch/arm/include/
H
A
D
gic_v3.h
40
#define
BIT_64
(bit) (1ul << bit)
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
bitops.h
29
#define
BIT_64
(n) (U64_C(1) << (n))
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
bitops.h
29
#define
BIT_64
(n) (U64_C(1) << (n))
macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
amd.c
816
if (value &
BIT_64
(54)) {
in early_init_amd()
845
value &= ~
BIT_64
(32);
in init_amd_k8()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
amd.c
764
if (value &
BIT_64
(54)) {
in early_init_amd()
802
value &= ~
BIT_64
(32);
in init_amd_k8()
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
1787
(sys_addr >=
BIT_64
(32)))
in f1x_get_norm_dct_addr()
1801
if (dhar_valid(pvt) && (sys_addr >=
BIT_64
(32)))
in f1x_get_norm_dct_addr()
1936
sys_addr <
BIT_64
(32)) {
in f1x_match_to_this_node()
2028
sys_addr <
BIT_64
(32)) {
in f15_m30h_match_to_this_node()
2062
if (leg_mmio_hole && (sys_addr >=
BIT_64
(32)))
in f15_m30h_match_to_this_node()
H
A
D
mce_amd.c
694
bool k8 = (boot_cpu_data.x86 == 0xf && (m->status &
BIT_64
(58)));
in decode_mc1_mce()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
2418
(sys_addr >=
BIT_64
(32)))
in f1x_get_norm_dct_addr()
2432
if (dhar_valid(pvt) && (sys_addr >=
BIT_64
(32)))
in f1x_get_norm_dct_addr()
2567
sys_addr <
BIT_64
(32)) {
in f1x_match_to_this_node()
2659
sys_addr <
BIT_64
(32)) {
in f15_m30h_match_to_this_node()
2693
if (leg_mmio_hole && (sys_addr >=
BIT_64
(32)))
in f15_m30h_match_to_this_node()
H
A
D
mce_amd.c
885
bool k8 = (boot_cpu_data.x86 == 0xf && (m->status &
BIT_64
(58)));
in decode_mc1_mce()
Completed in 19 milliseconds