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:alpha_fp_emul
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H
A
D
math.c
60
extern long (*
alpha_fp_emul
) (unsigned long pc);
71
save_emul =
alpha_fp_emul
;
in init_module()
73
alpha_fp_emul
= do_alpha_fp_emul;
in init_module()
80
alpha_fp_emul
= save_emul;
in cleanup_module()
85
#undef
alpha_fp_emul
macro
86
#define
alpha_fp_emul
do_alpha_fp_emul
macro
101
alpha_fp_emul
(unsigned long pc)
in alpha_fp_emul()
function
334
printk(KERN_ERR "
alpha_fp_emul
: Invalid FP insn %#x at %#lx\n",
in alpha_fp_emul()
395
si_code =
alpha_fp_emul
(trigger_pc);
in alpha_fp_emul_imprecise()
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H
A
D
math.c
60
extern long (*
alpha_fp_emul
) (unsigned long pc);
71
save_emul =
alpha_fp_emul
;
in alpha_fp_emul_init_module()
73
alpha_fp_emul
= do_alpha_fp_emul;
in alpha_fp_emul_init_module()
81
alpha_fp_emul
= save_emul;
in alpha_fp_emul_cleanup_module()
87
#undef
alpha_fp_emul
macro
88
#define
alpha_fp_emul
do_alpha_fp_emul
macro
103
alpha_fp_emul
(unsigned long pc)
in alpha_fp_emul()
function
336
printk(KERN_ERR "
alpha_fp_emul
: Invalid FP insn %#x at %#lx\n",
in alpha_fp_emul()
397
si_code =
alpha_fp_emul
(trigger_pc);
in alpha_fp_emul_imprecise()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
traps.c
203
long (*
alpha_fp_emul
) (unsigned long pc)
variable
205
EXPORT_SYMBOL_GPL(
alpha_fp_emul
);
variable
208
long
alpha_fp_emul
(unsigned long pc);
222
si_code =
alpha_fp_emul
(regs->pc - 4);
in do_entArith()
373
si_code =
alpha_fp_emul
(regs->pc - 4);
in do_entIF()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
traps.c
201
long (*
alpha_fp_emul
) (unsigned long pc)
variable
203
EXPORT_SYMBOL_GPL(
alpha_fp_emul
);
variable
206
long
alpha_fp_emul
(unsigned long pc);
220
si_code =
alpha_fp_emul
(regs->pc - 4);
in do_entArith()
371
si_code =
alpha_fp_emul
(regs->pc - 4);
in do_entIF()
Completed in 5 milliseconds