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

/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h230 * Size of io_bitmap.
235 #define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
329 unsigned long io_bitmap[IO_BITMAP_LONGS + 1]; member in struct:tss_struct
383 * Note that the .io_bitmap member must be extra-big. This is because
395 .io_bitmap = { [ 0 ... IO_BITMAP_LONGS] = ~0 }, \

Completed in 75 milliseconds