Home
last modified time | relevance | path

Searched refs:SEG_WRITE_PERM (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/math-emu/
Dfpu_system.h30 #define SEG_WRITE_PERM(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9)) macro
Dget_address.c186 (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT))) { in pm_address()