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:MSR_64BIT
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
556
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) == (MSR_IR|
MSR_64BIT
))
in xmon_core()
710
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) == (MSR_IR|
MSR_64BIT
)) {
in xmon_core()
763
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_bpt()
796
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_break_match()
811
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_iabr_match()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
hw_breakpoint_constraints.c
151
if (!(regs->msr &
MSR_64BIT
))
in wp_get_instr_detail()
H
A
D
signal_64.c
805
printk_ratelimited(regs->msr &
MSR_64BIT
? fmt64 : fmt32,
in SYSCALL_DEFINE0()
917
printk_ratelimited(regs->msr &
MSR_64BIT
? fmt64 : fmt32,
in handle_rt_signal64()
H
A
D
head_64.S
868
li r12,(
MSR_64BIT
| MSR_ISF)@highest
H
A
D
traps.c
1248
if ((regs->msr &
MSR_64BIT
) == 0)
in emulate_string_inst()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
hw_breakpoint_constraints.c
147
if (!(regs->msr &
MSR_64BIT
))
in wp_get_instr_detail()
H
A
D
signal.c
371
printk_ratelimited(regs->msr &
MSR_64BIT
? fm64 : fm32, tsk->comm,
in signal_fault()
H
A
D
head_64.S
909
LOAD_REG_IMMEDIATE(r12,
MSR_64BIT
)
H
A
D
traps.c
1256
if ((regs->msr &
MSR_64BIT
) == 0)
in emulate_string_inst()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
39
#define
MSR_64BIT
MSR_CM
macro
42
#define MSR_KERNEL (MSR_ |
MSR_64BIT
)
44
#define MSR_USER64 (MSR_USER32 |
MSR_64BIT
)
H
A
D
reg.h
134
#define
MSR_64BIT
MSR_SF
macro
145
#define MSR_KERNEL (MSR_ |
MSR_64BIT
)
147
#define MSR_USER64 (MSR_USER32 |
MSR_64BIT
)
154
#ifndef
MSR_64BIT
155
#define
MSR_64BIT
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
39
#define
MSR_64BIT
MSR_CM
macro
42
#define MSR_KERNEL (MSR_ |
MSR_64BIT
)
44
#define MSR_USER64 (MSR_USER32 |
MSR_64BIT
)
H
A
D
reg.h
131
#define
MSR_64BIT
MSR_SF
macro
142
#define MSR_KERNEL (MSR_ |
MSR_64BIT
)
144
#define MSR_USER64 (MSR_USER32 |
MSR_64BIT
)
151
#ifndef
MSR_64BIT
152
#define
MSR_64BIT
0
macro
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
554
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) == (MSR_IR|
MSR_64BIT
))
in xmon_core()
713
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) == (MSR_IR|
MSR_64BIT
)) {
in xmon_core()
766
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_bpt()
799
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_break_match()
814
if ((regs->msr & (MSR_IR|MSR_PR|
MSR_64BIT
)) != (MSR_IR|
MSR_64BIT
))
in xmon_iabr_match()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H
A
D
sstep.c
75
if ((msr &
MSR_64BIT
) == 0)
in truncate_if_32bit()
941
if (!(regs->msr &
MSR_64BIT
))
in emulate_dcbz()
1011
if (!(regs->msr &
MSR_64BIT
))
in set_cr0()
1045
if (!(regs->msr &
MSR_64BIT
)) {
in add_with_carry()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
sstep.c
75
if ((msr &
MSR_64BIT
) == 0)
in truncate_if_32bit()
1147
if (!(regs->msr &
MSR_64BIT
))
in set_cr0()
Completed in 34 milliseconds