Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A Dfpu_system.h71 static inline bool seg_writable(struct desc_struct *d) in seg_writable() function
H A Dget_address.c188 (!seg_writable(&descriptor) && (FPU_modrm & FPU_WRITE_BIT))) { in pm_address()