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:twd
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H
A
D
regset.c
158
static inline unsigned short twd_i387_to_fxsr(unsigned short
twd
)
in twd_i387_to_fxsr()
argument
163
tmp = ~
twd
;
in twd_i387_to_fxsr()
183
u32
twd
= (unsigned long) fxsave->
twd
;
in twd_fxsr_to_i387()
local
188
for (i = 0; i < 8; i++,
twd
>>= 1) {
in twd_fxsr_to_i387()
189
if (
twd
& 0x1) {
in twd_fxsr_to_i387()
234
env->
twd
= twd_fxsr_to_i387(fxsave);
in convert_from_fxsr()
271
fxsave->
twd
= twd_i387_to_fxsr(env->
twd
);
in convert_to_fxsr()
H
A
D
core.c
176
fp->
twd
= 0xffffffffu;
in fpstate_init_fstate()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
regset.c
264
static inline unsigned short twd_i387_to_fxsr(unsigned short
twd
)
in twd_i387_to_fxsr()
argument
269
tmp = ~
twd
;
in twd_i387_to_fxsr()
289
u32
twd
= (unsigned long) fxsave->
twd
;
in twd_fxsr_to_i387()
local
294
for (i = 0; i < 8; i++,
twd
>>= 1) {
in twd_fxsr_to_i387()
295
if (
twd
& 0x1) {
in twd_fxsr_to_i387()
340
env->
twd
= twd_fxsr_to_i387(fxsave);
in __convert_from_fxsr()
383
fxsave->
twd
= twd_i387_to_fxsr(env->
twd
);
in convert_to_fxsr()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
max63xx_wdt.c
77
const u8
twd
;
member
105
while (table->
twd
) {
in max63xx_select_timeout()
106
if (value <= table->
twd
) {
in max63xx_select_timeout()
232
wdt->wdd.timeout = wdt->timeout->
twd
;
in max63xx_wdt_probe()
243
wdt->timeout->
twd
, wdt->timeout->tdelay);
in max63xx_wdt_probe()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
max63xx_wdt.c
75
const u8
twd
;
member
103
while (table->
twd
) {
in max63xx_select_timeout()
104
if (value <= table->
twd
) {
in max63xx_select_timeout()
233
wdt->wdd.timeout = wdt->timeout->
twd
;
in max63xx_wdt_probe()
244
wdt->timeout->
twd
, wdt->timeout->tdelay);
in max63xx_wdt_probe()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
user_32.h
48
long
twd
;
member
59
unsigned short
twd
;
member
H
A
D
user32.h
11
u32
twd
;
member
23
unsigned short
twd
; /* not compatible to 64bit
twd
*/
member
H
A
D
user_64.h
54
unsigned short
twd
; /* Note this is not the same as
member
55
the 32bit/x87/FSAVE
twd
*/
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
user_32.h
48
long
twd
;
member
59
unsigned short
twd
;
member
H
A
D
user32.h
11
u32
twd
;
member
23
unsigned short
twd
; /* not compatible to 64bit
twd
*/
member
H
A
D
user_64.h
54
unsigned short
twd
; /* Note this is not the same as
member
55
the 32bit/x87/FSAVE
twd
*/
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
H
A
D
types.h
15
u32
twd
; /* FPU Tag Word */
member
37
u16
twd
; /* Tag Word */
member
82
u32
twd
;
member
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
signal.c
23
static inline unsigned short twd_i387_to_fxsr(unsigned short
twd
)
in twd_i387_to_fxsr()
argument
28
tmp = ~
twd
;
in twd_i387_to_fxsr()
40
unsigned long
twd
= (unsigned long) fxsave->
twd
;
in twd_fxsr_to_i387()
local
48
if (
twd
& 0x1) {
in twd_fxsr_to_i387()
77
twd
=
twd
>> 1;
in twd_fxsr_to_i387()
128
fxsave->
twd
= twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
in convert_fxsr_from_user()
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
signal.c
24
static inline unsigned short twd_i387_to_fxsr(unsigned short
twd
)
in twd_i387_to_fxsr()
argument
29
tmp = ~
twd
;
in twd_i387_to_fxsr()
41
unsigned long
twd
= (unsigned long) fxsave->
twd
;
in twd_fxsr_to_i387()
local
49
if (
twd
& 0x1) {
in twd_fxsr_to_i387()
78
twd
=
twd
>> 1;
in twd_fxsr_to_i387()
129
fxsave->
twd
= twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
in convert_fxsr_from_user()
/kernel/linux/linux-6.6/arch/x86/include/asm/fpu/
H
A
D
types.h
15
u32
twd
; /* FPU Tag Word */
member
37
u16
twd
; /* Tag Word */
member
82
u32
twd
;
member
/kernel/linux/linux-5.10/arch/x86/math-emu/
H
A
D
fpu_entry.c
672
tags = S387->
twd
;
in fpregs_soft_set()
685
S387->
twd
= tags;
in fpregs_soft_set()
705
S387->
twd
|= 0xffff0000;
in fpregs_soft_get()
H
A
D
fpu_system.h
100
#define fpu_tag_word (I387->soft.
twd
)
H
A
D
fpu_aux.c
41
soft->
twd
= 0xffff;
in fpstate_init_soft()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H
A
D
fpu_entry.c
673
tags = S387->
twd
;
in fpregs_soft_set()
686
S387->
twd
= tags;
in fpregs_soft_set()
706
S387->
twd
|= 0xffff0000;
in fpregs_soft_get()
H
A
D
fpu_system.h
100
#define fpu_tag_word (I387->soft.
twd
)
H
A
D
fpu_aux.c
41
soft->
twd
= 0xffff;
in fpstate_init_soft()
/kernel/liteos_a/testsuites/unittest/container/
H
A
D
It_container_test.cpp
115
size_t
twd
= write(fd, buf, strlen(buf));
in WriteFile()
local
116
if (
twd
== -1) {
in WriteFile()
121
return
twd
;
in WriteFile()
/kernel/liteos_a/testsuites/unittest/process/plimits/
H
A
D
process_plimits_test.cpp
578
size_t
twd
= write(fd, buf, strlen(buf));
in WriteFile()
local
579
if (
twd
== -1) {
in WriteFile()
584
return
twd
;
in WriteFile()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
sigcontext.h
152
/* Note this is not the same as the 32-bit/x87/FSAVE
twd
: */
153
__u16
twd
;
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
sigcontext.h
152
/* Note this is not the same as the 32-bit/x87/FSAVE
twd
: */
153
__u16
twd
;
member
Completed in 16 milliseconds
1
2