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:lower_bits
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
chmc.c
490
unsigned long
lower_bits
= (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT;
in chmc_bank_match()
local
506
lower_bits
^= bp->lm; /* What bits are different? */
in chmc_bank_match()
507
lower_bits
= ~
lower_bits
; /* Invert. */
in chmc_bank_match()
508
lower_bits
|= bp->lk; /* What bits don't matter for matching? */
in chmc_bank_match()
509
lower_bits
= ~
lower_bits
; /* Invert. */
in chmc_bank_match()
511
if (
lower_bits
)
in chmc_bank_match()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
chmc.c
491
unsigned long
lower_bits
= (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT;
in chmc_bank_match()
local
507
lower_bits
^= bp->lm; /* What bits are different? */
in chmc_bank_match()
508
lower_bits
= ~
lower_bits
; /* Invert. */
in chmc_bank_match()
509
lower_bits
|= bp->lk; /* What bits don't matter for matching? */
in chmc_bank_match()
510
lower_bits
= ~
lower_bits
; /* Invert. */
in chmc_bank_match()
512
if (
lower_bits
)
in chmc_bank_match()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
sev-es.h
69
static inline u64
lower_bits
(u64 val, unsigned int bits)
in lower_bits()
function
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
sev-es-shared.c
149
unsigned int fn =
lower_bits
(regs->ax, 32);
in do_vc_no_ghcb()
493
rax =
lower_bits
(regs->ax, bits);
in vc_handle_ioio()
504
regs->ax =
lower_bits
(ghcb->save.rax, bits);
in vc_handle_ioio()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sev-shared.c
575
unsigned int subfn =
lower_bits
(regs->cx, 32);
in do_vc_no_ghcb()
576
unsigned int fn =
lower_bits
(regs->ax, 32);
in do_vc_no_ghcb()
908
rax =
lower_bits
(regs->ax, bits);
in vc_handle_ioio()
919
regs->ax =
lower_bits
(ghcb->save.rax, bits);
in vc_handle_ioio()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
sev.h
69
static inline u64
lower_bits
(u64 val, unsigned int bits)
in lower_bits()
function
Completed in 6 milliseconds