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:TSR_WIS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
booke_wdt.c
126
mtspr(SPRN_TSR, TSR_ENW|
TSR_WIS
);
in __booke_wdt_ping()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
booke_wdt.c
126
mtspr(SPRN_TSR, TSR_ENW|
TSR_WIS
);
in __booke_wdt_ping()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
booke.c
581
* If TSR_ENW and
TSR_WIS
are not set then no need to exit to
in arm_next_watchdog()
584
if ((vcpu->arch.tsr & (TSR_ENW |
TSR_WIS
)) != (TSR_ENW |
TSR_WIS
))
in arm_next_watchdog()
612
if (tsr &
TSR_WIS
)
in kvmppc_watchdog_func()
615
new_tsr = tsr |
TSR_WIS
;
in kvmppc_watchdog_func()
621
if (new_tsr &
TSR_WIS
) {
in kvmppc_watchdog_func()
655
if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr &
TSR_WIS
))
in update_timer_ints()
1388
if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW |
TSR_WIS
))
in kvmppc_set_tsr()
1852
if (tsr_bits & (TSR_ENW |
TSR_WIS
))
in kvmppc_clr_tsr_bits()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
booke.c
610
* If TSR_ENW and
TSR_WIS
are not set then no need to exit to
in arm_next_watchdog()
613
if ((vcpu->arch.tsr & (TSR_ENW |
TSR_WIS
)) != (TSR_ENW |
TSR_WIS
))
in arm_next_watchdog()
641
if (tsr &
TSR_WIS
)
in kvmppc_watchdog_func()
644
new_tsr = tsr |
TSR_WIS
;
in kvmppc_watchdog_func()
650
if (new_tsr &
TSR_WIS
) {
in kvmppc_watchdog_func()
684
if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr &
TSR_WIS
))
in update_timer_ints()
1422
if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW |
TSR_WIS
))
in kvmppc_set_tsr()
1885
if (tsr_bits & (TSR_ENW |
TSR_WIS
))
in kvmppc_clr_tsr_bits()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
swsusp_booke.S
185
lis r4, (TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS)@h
H
A
D
swsusp_asm64.S
248
lis r0, (TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS)@h
H
A
D
time.c
741
mtspr(SPRN_TSR, TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS);
in start_cpu_decrementer()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
swsusp_85xx.S
185
lis r4, (TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS)@h
H
A
D
swsusp_asm64.S
241
lis r0, (TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS)@h
H
A
D
time.c
680
mtspr(SPRN_TSR, TSR_ENW |
TSR_WIS
| TSR_DIS | TSR_FIS);
in start_cpu_decrementer()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
569
#define
TSR_WIS
0x40000000 /* WDT Interrupt Status */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
557
#define
TSR_WIS
0x40000000 /* WDT Interrupt Status */
macro
Completed in 15 milliseconds