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_BIT
(Results
1 - 25
of
37
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas.h
121
#define VAS_XLATE_MSR_DR
PPC_BIT
(0)
122
#define VAS_XLATE_MSR_TA
PPC_BIT
(1)
123
#define VAS_XLATE_MSR_PR
PPC_BIT
(2)
124
#define VAS_XLATE_MSR_US
PPC_BIT
(3)
125
#define VAS_XLATE_MSR_HV
PPC_BIT
(4)
126
#define VAS_XLATE_MSR_SF
PPC_BIT
(5)
130
#define VAS_XLATE_LPCR_ISL
PPC_BIT
(3)
131
#define VAS_XLATE_LPCR_TC
PPC_BIT
(4)
132
#define VAS_XLATE_LPCR_SC
PPC_BIT
(5)
168
#define VAS_XTRA_WRITE
PPC_BIT
(
[all...]
H
A
D
smp.c
56
mtspr(SPRN_HMEER, mfspr(SPRN_HMEER) |
PPC_BIT
(17));
in pnv_smp_setup_cpu()
H
A
D
idle.c
729
mmcra |=
PPC_BIT
(60);
in power9_idle_stop()
731
mmcra &= ~
PPC_BIT
(60);
in power9_idle_stop()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas.h
121
#define VAS_XLATE_MSR_DR
PPC_BIT
(0)
122
#define VAS_XLATE_MSR_TA
PPC_BIT
(1)
123
#define VAS_XLATE_MSR_PR
PPC_BIT
(2)
124
#define VAS_XLATE_MSR_US
PPC_BIT
(3)
125
#define VAS_XLATE_MSR_HV
PPC_BIT
(4)
126
#define VAS_XLATE_MSR_SF
PPC_BIT
(5)
130
#define VAS_XLATE_LPCR_ISL
PPC_BIT
(3)
131
#define VAS_XLATE_LPCR_TC
PPC_BIT
(4)
132
#define VAS_XLATE_LPCR_SC
PPC_BIT
(5)
168
#define VAS_XTRA_WRITE
PPC_BIT
(
[all...]
H
A
D
smp.c
56
mtspr(SPRN_HMEER, mfspr(SPRN_HMEER) |
PPC_BIT
(17));
in pnv_smp_setup_cpu()
H
A
D
idle.c
729
mmcra |=
PPC_BIT
(60);
in power9_idle_stop()
731
mmcra &= ~
PPC_BIT
(60);
in power9_idle_stop()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pnv-ocxl.h
18
#define PNV_OCXL_ATSD_LNCH_R
PPC_BIT
(0)
34
#define PNV_OCXL_ATSD_LNCH_PRS
PPC_BIT
(13)
36
#define PNV_OCXL_ATSD_LNCH_B
PPC_BIT
(14)
48
#define PNV_OCXL_ATSD_LNCH_L
PPC_BIT
(18)
52
#define PNV_OCXL_ATSD_LNCH_F
PPC_BIT
(39)
53
#define PNV_OCXL_ATSD_LNCH_OCAPI_SLBI
PPC_BIT
(40)
54
#define PNV_OCXL_ATSD_LNCH_OCAPI_SINGLETON
PPC_BIT
(41)
H
A
D
bitops.h
47
#define
PPC_BIT
(bit) (1UL << PPC_BITLSHIFT(bit))
macro
48
#define PPC_BITMASK(bs, be) ((
PPC_BIT
(bs) -
PPC_BIT
(be)) |
PPC_BIT
(bs))
H
A
D
vas.h
250
#define VAS_GZIP_QOS_FEAT_BIT
PPC_BIT
(VAS_GZIP_QOS_FEAT) /* Bit 1 */
251
#define VAS_GZIP_DEF_FEAT_BIT
PPC_BIT
(VAS_GZIP_DEF_FEAT) /* Bit 2 */
255
#define VAS_NX_GZIP_FEAT_BIT
PPC_BIT
(VAS_NX_GZIP_FEAT) /* Bit 1 */
H
A
D
plpks.h
28
#define PLPKS_ALG_RSA2048
PPC_BIT
(0)
29
#define PLPKS_ALG_RSA4096
PPC_BIT
(1)
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vas.h
15
#define VAS_MOD_WIN_CLOSE
PPC_BIT
(0)
16
#define VAS_MOD_WIN_JOBS_KILL
PPC_BIT
(1)
17
#define VAS_MOD_WIN_DR
PPC_BIT
(3)
18
#define VAS_MOD_WIN_PR
PPC_BIT
(4)
19
#define VAS_MOD_WIN_SF
PPC_BIT
(5)
20
#define VAS_MOD_WIN_TA
PPC_BIT
(6)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
bitops.h
47
#define
PPC_BIT
(bit) (1UL << PPC_BITLSHIFT(bit))
macro
48
#define PPC_BITMASK(bs, be) ((
PPC_BIT
(bs) -
PPC_BIT
(be)) |
PPC_BIT
(bs))
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
99
rb =
PPC_BIT
(53); /* IS = 1 */
in __tlbiel_pid()
114
rb =
PPC_BIT
(53); /* IS = 1 */
in __tlbie_pid()
128
rb =
PPC_BIT
(52); /* IS = 2 */
in __tlbie_lpid()
142
rb =
PPC_BIT
(52); /* IS = 2 */
in __tlbie_lpid_guest()
H
A
D
hash_native.c
215
rb =
PPC_BIT
(52); /* IS = 2 */
in fixup_tlbie_vpn()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_builtin.c
856
rb =
PPC_BIT
(52); /* IS = 2 */
in flush_guest_tlb()
863
rb +=
PPC_BIT
(51); /* increment set number */
in flush_guest_tlb()
878
rb +=
PPC_BIT
(51); /* increment set number */
in flush_guest_tlb()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
mce_power.c
129
#define SRR1_MC_LOADSTORE(srr1) ((srr1) &
PPC_BIT
(42))
750
srr1 &= ~
PPC_BIT
(42);
in __machine_check_early_realmode_p9()
770
srr1 &= ~
PPC_BIT
(42);
in __machine_check_early_realmode_p10()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
mce_power.c
135
#define SRR1_MC_LOADSTORE(srr1) ((srr1) &
PPC_BIT
(42))
766
srr1 &= ~
PPC_BIT
(42);
in __machine_check_early_realmode_p9()
786
srr1 &= ~
PPC_BIT
(42);
in __machine_check_early_realmode_p10()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
105
rb =
PPC_BIT
(53); /* IS = 1 */
in __tlbiel_pid()
120
rb =
PPC_BIT
(53); /* IS = 1 */
in __tlbie_pid()
134
rb =
PPC_BIT
(52); /* IS = 2 */
in __tlbie_lpid()
148
rb =
PPC_BIT
(52); /* IS = 2 */
in __tlbie_lpid_guest()
1408
rb =
PPC_BIT
(53); /* IS = 1 */
in __tlbie_pid_lpid()
H
A
D
hash_native.c
134
rb =
PPC_BIT
(52); /* IS = 2 */
in fixup_tlbie_vpn()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_builtin.c
605
rb =
PPC_BIT
(52); /* IS = 2 */
in flush_guest_tlb()
611
rb +=
PPC_BIT
(51); /* increment set number */
in flush_guest_tlb()
H
A
D
book3s_hv_p9_entry.c
423
rb =
PPC_BIT
(52); /* IS = 2 */
in flush_guest_tlb()
430
rb +=
PPC_BIT
(51); /* increment set number */
in flush_guest_tlb()
445
rb +=
PPC_BIT
(51); /* increment set number */
in flush_guest_tlb()
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H
A
D
link.c
116
reg =
PPC_BIT
(31);
in ack_irq()
118
reg =
PPC_BIT
(30);
in ack_irq()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H
A
D
link.c
124
reg =
PPC_BIT
(31);
in ack_irq()
126
reg =
PPC_BIT
(30);
in ack_irq()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
cxl.h
301
#define CXL_SLBIE_C
PPC_BIT
(36) /* Class */
304
#define CXL_SLBIE_TA
PPC_BIT
(38) /* Tags Active */
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
cxl.h
303
#define CXL_SLBIE_C
PPC_BIT
(36) /* Class */
306
#define CXL_SLBIE_TA
PPC_BIT
(38) /* Tags Active */
Completed in 28 milliseconds
1
2