Searched refs:TF_FLAGS (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | stack_machdep.c | 52 #define TF_FLAGS(tf) ((tf)->tf_eflags) macro 59 #define TF_FLAGS(tf) ((tf)->tf_rflags) macro
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_exception.S | 72 movl $TF_HASSEGS,TF_FLAGS(%rsp)
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 256 movl $TF_HASSEGS,TF_FLAGS(%rsp) 345 movl $TF_HASSEGS,TF_FLAGS(%rsp) 578 movl $TF_HASSEGS,TF_FLAGS(%rsp) 662 movl $TF_HASSEGS,TF_FLAGS(%rsp) 801 movl $TF_HASSEGS,TF_FLAGS(%rsp) 1013 movl $TF_HASSEGS,TF_FLAGS(%rsp) 1189 testl $TF_HASSEGS,TF_FLAGS(%rsp) 1319 movl $TF_HASSEGS,TF_FLAGS(%rsp)
|
| H A D | genassym.c | 191 ASSYM(TF_FLAGS, offsetof(struct trapframe, tf_flags));
|
| /f-stack/freebsd/amd64/include/ |
| H A D | asmacros.h | 258 movl $TF_HASSEGS,TF_FLAGS(%rsp)
|