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:PPC_BITLSHIFT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
36
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_radix_set_isa300()
37
rs = ((unsigned long)pid <<
PPC_BITLSHIFT
(31));
in tlbiel_radix_set_isa300()
100
rb |= set <<
PPC_BITLSHIFT
(51);
in __tlbiel_pid()
101
rs = ((unsigned long)pid) <<
PPC_BITLSHIFT
(31);
in __tlbiel_pid()
115
rs = pid <<
PPC_BITLSHIFT
(31);
in __tlbie_pid()
158
rb |= ap <<
PPC_BITLSHIFT
(58);
in __tlbiel_va()
159
rs = pid <<
PPC_BITLSHIFT
(31);
in __tlbiel_va()
174
rb |= ap <<
PPC_BITLSHIFT
(58);
in __tlbie_va()
175
rs = pid <<
PPC_BITLSHIFT
(3
in __tlbie_va()
[all...]
H
A
D
hash_native.c
50
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_hash_set_isa206()
67
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_hash_set_isa300()
68
rs = ((unsigned long)pid <<
PPC_BITLSHIFT
(31));
in tlbiel_hash_set_isa300()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
35
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_radix_set_isa300()
36
rs = ((unsigned long)pid <<
PPC_BITLSHIFT
(31));
in tlbiel_radix_set_isa300()
106
rb |= set <<
PPC_BITLSHIFT
(51);
in __tlbiel_pid()
107
rs = ((unsigned long)pid) <<
PPC_BITLSHIFT
(31);
in __tlbiel_pid()
121
rs = pid <<
PPC_BITLSHIFT
(31);
in __tlbie_pid()
164
rb |= ap <<
PPC_BITLSHIFT
(58);
in __tlbiel_va()
165
rs = pid <<
PPC_BITLSHIFT
(31);
in __tlbiel_va()
180
rb |= ap <<
PPC_BITLSHIFT
(58);
in __tlbie_va()
181
rs = pid <<
PPC_BITLSHIFT
(3
in __tlbie_va()
[all...]
H
A
D
hash_utils.c
176
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_hash_set_isa206()
193
rb = (set <<
PPC_BITLSHIFT
(51)) | (is <<
PPC_BITLSHIFT
(53));
in tlbiel_hash_set_isa300()
194
rs = ((unsigned long)pid <<
PPC_BITLSHIFT
(31));
in tlbiel_hash_set_isa300()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
bitops.h
46
#define
PPC_BITLSHIFT
(be) (BITS_PER_LONG - 1 - (be))
macro
47
#define PPC_BIT(bit) (1UL <<
PPC_BITLSHIFT
(bit))
52
((((bits) >>
PPC_BITLSHIFT
(ppc_bit)) & 1) << (dst_bit))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
bitops.h
46
#define
PPC_BITLSHIFT
(be) (BITS_PER_LONG - 1 - (be))
macro
47
#define PPC_BIT(bit) (1UL <<
PPC_BITLSHIFT
(bit))
52
((((bits) >>
PPC_BITLSHIFT
(ppc_bit)) & 1) << (dst_bit))
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
323
rb = addr | (mmu_get_ap(psi) <<
PPC_BITLSHIFT
(58));
in kvmppc_radix_tlbie_page()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
333
rb = addr | (mmu_get_ap(psi) <<
PPC_BITLSHIFT
(58));
in kvmppc_radix_tlbie_page()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
cxl.h
303
#define CXL_SLBIE_SS_SHIFT
PPC_BITLSHIFT
(38)
H
A
D
pci.c
92
#define EXTRACT_PPC_BITS(val, bs, be) ((val & PPC_BITMASK(bs, be)) >>
PPC_BITLSHIFT
(be))
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
cxl.h
305
#define CXL_SLBIE_SS_SHIFT
PPC_BITLSHIFT
(38)
H
A
D
pci.c
92
#define EXTRACT_PPC_BITS(val, bs, be) ((val & PPC_BITMASK(bs, be)) >>
PPC_BITLSHIFT
(be))
Completed in 39 milliseconds