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:regCPSR
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
los_hw.c
89
taskContext->
regCPSR
= PSR_MODE_SVC_THUMB; /* CPSR (Enable IRQ and FIQ interrupts, THUMNB-mode) */
in OsTaskStackInit()
91
taskContext->
regCPSR
= PSR_MODE_SVC_ARM; /* CPSR (Enable IRQ and FIQ interrupts, ARM-mode) */
in OsTaskStackInit()
131
context->
regCPSR
= PSR_MODE_USR_THUMB;
in OsUserTaskStackInit()
133
context->
regCPSR
= PSR_MODE_USR_ARM;
in OsUserTaskStackInit()
H
A
D
los_exc.c
223
BOOL user = (frame->
regCPSR
& CPSR_MODE_MASK) == CPSR_MODE_USR;
in OsArmSharedPageFault()
253
if ((excBufAddr->
regCPSR
& INSTR_SET_MASK) == 0) { /* work status: ARM */
in OsExcType()
255
} else if ((excBufAddr->
regCPSR
& INSTR_SET_MASK) == 0x20) { /* work status: Thumb */
in OsExcType()
405
excBufAddr->R11, excBufAddr->R12, excBufAddr->
regCPSR
);
in OsExcRegsInfo()
1098
if ((excBufAddr->
regCPSR
& CPSR_MASK_MODE) == CPSR_USER_MODE) {
in OsExcPriorDisposal()
/kernel/liteos_a/arch/arm/arm/src/include/
H
A
D
los_hw_pri.h
79
UINT32
regCPSR
;
member
94
UINT32
regCPSR
;
member
/kernel/liteos_a/arch/arm/include/
H
A
D
los_exc.h
88
UINT32
regCPSR
;
member
/kernel/liteos_a/kernel/base/vm/
H
A
D
los_vm_fault.c
87
if ((frame->
regCPSR
& CPSR_MODE_MASK) != CPSR_MODE_USR) {
in OsFaultTryFixup()
Completed in 5 milliseconds