Searched defs:flushed (Results 1 - 3 of 3) sorted by relevance

/arch/x86/um/asm/
H A Dprocessor_32.h17 unsigned flushed:1; member in struct:uml_tls_struct
30 { .present = 0, .flushed = 0 } }, \
/arch/x86/kernel/
H A Damd_nb.c246 int flushed, i; local
258 flushed = 0;
262 flushed++;
276 if (!flushed)
/arch/x86/um/
H A Dtls_32.c101 * Actually, now if it wasn't flushed it gets cleared and
102 * flushed to the host, which will clear it.
105 if (!curr->flushed) {
114 if (!(flags & O_FORCE) && curr->flushed)
121 curr->flushed = 1;
129 * present desc's, only if they haven't been flushed.
144 if (curr->flushed)
153 * On a newly forked process, the TLS descriptors haven't yet been flushed. So
166 * will remain as flushed as it was.
171 curr->flushed
202 set_tls_entry(struct task_struct* task, struct user_desc *info, int idx, int flushed) argument
[all...]

Completed in 111 milliseconds