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:WARN_ON_FPU
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
core.c
113
WARN_ON_FPU
(!irq_fpu_usable());
in kernel_fpu_begin_mask()
114
WARN_ON_FPU
(this_cpu_read(in_kernel_fpu));
in kernel_fpu_begin_mask()
140
WARN_ON_FPU
(!this_cpu_read(in_kernel_fpu));
in kernel_fpu_end()
154
WARN_ON_FPU
(fpu != ¤t->thread.fpu);
in fpu__save()
208
WARN_ON_FPU
(src_fpu != ¤t->thread.fpu);
in fpu__copy()
247
WARN_ON_FPU
(fpu != ¤t->thread.fpu);
in fpu__initialize()
292
WARN_ON_FPU
(fpu == ¤t->thread.fpu);
in fpu__prepare_write()
349
WARN_ON_FPU
(fpu != ¤t->thread.fpu);
in fpu__clear()
408
WARN_ON_FPU
(!fpregs_state_valid(fpu, smp_processor_id()));
in fpregs_assert_state_consistent()
H
A
D
xstate.c
473
WARN_ON_FPU
(!on_boot_cpu);
in setup_init_fpu_buf()
827
WARN_ON_FPU
(!on_boot_cpu);
in fpu__init_system_xstate()
842
WARN_ON_FPU
(1);
in fpu__init_system_xstate()
945
WARN_ON_FPU
(1);
in __raw_xsave_addr()
1320
if (
WARN_ON_FPU
(err))
in copy_supervisor_to_kernel()
1370
if (
WARN_ON_FPU
(!boot_cpu_has(X86_FEATURE_XSAVES)))
in copy_dynamic_supervisor_to_kernel()
1373
if (
WARN_ON_FPU
(!dynamic_mask))
in copy_dynamic_supervisor_to_kernel()
1382
WARN_ON_FPU
(err);
in copy_dynamic_supervisor_to_kernel()
1406
if (
WARN_ON_FPU
(!boot_cpu_has(X86_FEATURE_XSAVES)))
in copy_kernel_to_dynamic_supervisor()
1409
if (
WARN_ON_FPU
(!dynamic_mas
in copy_kernel_to_dynamic_supervisor()
[all...]
H
A
D
init.c
194
WARN_ON_FPU
(!on_boot_cpu);
in fpu__init_system_xstate_size_legacy()
232
WARN_ON_FPU
(!on_boot_cpu);
in fpu__init_system_ctx_switch()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
internal.h
19
# define
WARN_ON_FPU
(x) WARN_ON_ONCE(x)
macro
21
# define
WARN_ON_FPU
(x) ({ (void)(x); 0; })
macro
H
A
D
core.c
425
WARN_ON_FPU
(!irq_fpu_usable());
in kernel_fpu_begin_mask()
426
WARN_ON_FPU
(this_cpu_read(in_kernel_fpu));
in kernel_fpu_begin_mask()
448
WARN_ON_FPU
(!this_cpu_read(in_kernel_fpu));
in kernel_fpu_end()
461
WARN_ON_FPU
(fpu != ¤t->thread.fpu);
in fpu_sync_fpstate()
743
WARN_ON_FPU
(fpu != ¤t->thread.fpu);
in fpu__clear_user_states()
822
WARN_ON_FPU
(!fpregs_state_valid(fpu, smp_processor_id()));
in fpregs_assert_state_consistent()
H
A
D
xstate.h
185
WARN_ON_FPU
(!alternatives_patched);
in os_xsave()
191
WARN_ON_FPU
(err);
in os_xsave()
H
A
D
xstate.c
328
WARN_ON_FPU
(err);
in os_xrstor_booting()
763
WARN_ON_FPU
(1);
in fpu__init_system_xstate()
1337
if (
WARN_ON_FPU
(!cpu_feature_enabled(X86_FEATURE_XSAVES)))
in validate_independent_components()
H
A
D
regset.c
66
WARN_ON_FPU
(fpu == ¤t->thread.fpu);
in fpu_force_restore()
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
H
A
D
internal.h
54
# define
WARN_ON_FPU
(x) WARN_ON_ONCE(x)
macro
56
# define
WARN_ON_FPU
(x) ({ (void)(x); 0; })
macro
306
WARN_ON_FPU
(err);
in copy_kernel_to_xregs_booting()
319
WARN_ON_FPU
(!alternatives_patched);
in copy_xregs_to_kernel()
324
WARN_ON_FPU
(err);
in copy_xregs_to_kernel()
Completed in 10 milliseconds