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:heart_read
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip30/
H
A
D
ip30-irq.c
49
pending =
heart_read
(&heart_regs->isr);
in ip30_error_irq()
50
mask =
heart_read
(&heart_regs->imr[cpu]);
in ip30_error_irq()
51
cause =
heart_read
(&heart_regs->cause);
in ip30_error_irq()
79
err_reg =
heart_read
(&heart_regs->mem_err_addr);
in ip30_error_irq()
103
pend =
heart_read
(&heart_regs->isr);
in ip30_normal_irq()
104
mask = (
heart_read
(&heart_regs->imr[cpu]) &
in ip30_normal_irq()
H
A
D
ip30-timer.c
24
return
heart_read
(&heart_regs->count);
in ip30_heart_counter_read()
37
return
heart_read
(&heart_regs->count);
in ip30_heart_read_sched_clock()
H
A
D
ip30-setup.c
90
heart_compare = (
heart_read
(&heart_regs->count) +
in ip30_cpu_time_init()
93
while ((
heart_read
(&heart_regs->count) - heart_compare) & 0x800000)
in ip30_cpu_time_init()
H
A
D
ip30-power.c
29
heart_write((
heart_read
(&heart_regs->mode) | HM_COLD_RST),
in ip30_machine_restart()
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/
H
A
D
ip30-irq.c
50
pending =
heart_read
(&heart_regs->isr);
in ip30_error_irq()
51
mask =
heart_read
(&heart_regs->imr[cpu]);
in ip30_error_irq()
52
cause =
heart_read
(&heart_regs->cause);
in ip30_error_irq()
80
err_reg =
heart_read
(&heart_regs->mem_err_addr);
in ip30_error_irq()
104
pend =
heart_read
(&heart_regs->isr);
in ip30_normal_irq()
105
mask = (
heart_read
(&heart_regs->imr[cpu]) &
in ip30_normal_irq()
H
A
D
ip30-timer.c
24
return
heart_read
(&heart_regs->count);
in ip30_heart_counter_read()
37
return
heart_read
(&heart_regs->count);
in ip30_heart_read_sched_clock()
H
A
D
ip30-setup.c
90
heart_compare = (
heart_read
(&heart_regs->count) +
in ip30_cpu_time_init()
93
while ((
heart_read
(&heart_regs->count) - heart_compare) & 0x800000)
in ip30_cpu_time_init()
H
A
D
ip30-power.c
29
heart_write((
heart_read
(&heart_regs->mode) | HM_COLD_RST),
in ip30_machine_restart()
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
H
A
D
heart.h
320
#define
heart_read
____raw_readq
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
H
A
D
heart.h
320
#define
heart_read
____raw_readq
macro
Completed in 5 milliseconds