Searched refs:io_bitmap (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dioport.c14 #include <asm/io_bitmap.h>
25 if (current->thread.io_bitmap) {
30 refcount_inc(&current->thread.io_bitmap->refcnt);
31 tsk->thread.io_bitmap = current->thread.io_bitmap;
40 if (t->iopl_emul == 3 || t->io_bitmap) {
54 struct io_bitmap *iobm = tsk->thread.io_bitmap;
56 tsk->thread.io_bitmap = NULL;
69 struct io_bitmap *iob
[all...]
H A Dprocess.c48 #include <asm/io_bitmap.h>
177 p->thread.io_bitmap = NULL;
426 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm)
436 memcpy(tss->io_bitmap.bitmap, iobm->bitmap,
437 max(tss->io_bitmap.prev_max, iobm->max));
443 tss->io_bitmap.prev_max = iobm->max;
444 tss->io_bitmap.prev_sequence = iobm->sequence;
464 struct io_bitmap *iobm = t->io_bitmap;
470 if (tss->io_bitmap
[all...]
H A Dptrace.c43 #include <asm/io_bitmap.h>
696 struct io_bitmap *iobm = target->thread.io_bitmap;
705 struct io_bitmap *iobm = target->thread.io_bitmap;
H A Dparavirt.c34 #include <asm/io_bitmap.h>
H A Dsev.c554 struct io_bitmap *iobm = t->io_bitmap;
/linux-master/arch/x86/include/asm/
H A Dio_bitmap.h8 struct io_bitmap { struct
H A Dentry-common.h9 #include <asm/io_bitmap.h>
H A Dprocessor.h10 struct io_bitmap;
308 (offsetof(struct tss_struct, io_bitmap.bitmap) - \
312 (offsetof(struct tss_struct, io_bitmap.mapall) - \
351 * actually touch the io_bitmap at all.
378 struct x86_io_bitmap io_bitmap; member in struct:tss_struct
465 struct io_bitmap *io_bitmap; member in struct:thread_struct
/linux-master/arch/x86/entry/
H A Dcommon.c36 #include <asm/io_bitmap.h>
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2158 tss->io_bitmap.prev_max = 0;
2159 tss->io_bitmap.prev_sequence = 0;
2160 memset(tss->io_bitmap.bitmap, 0xff, sizeof(tss->io_bitmap.bitmap));
2165 tss->io_bitmap.mapall[IO_BITMAP_LONGS] = ~0UL;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c76 #include <asm/io_bitmap.h>

Completed in 148 milliseconds