Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 5 of 5) sorted by relevance

/xv6-public/
H A Dspinlock.c107 int eflags; in pushcli() local
109 eflags = readeflags(); in pushcli()
112 mycpu()->intena = eflags & FL_IF; in pushcli()
H A Dx86.h97 uint eflags; in readeflags() local
98 asm volatile("pushfl; popl %0" : "=r" (eflags)); in readeflags()
99 return eflags; in readeflags()
177 uint eflags; member
H A Dmmu.h120 uint eflags; member
H A DTRICKS51 eflags = readeflags();
54 c->intena = eflags & FL_IF;
H A Dproc.c138 p->tf->eflags = FL_IF; in userinit()