Home
last modified time | relevance | path

Searched refs:SEG_LIMIT (Results 1 – 3 of 3) sorted by relevance

/arch/x86/math-emu/
Dfpu_system.h28 #define SEG_LIMIT(s) (((s).b & 0xff0000) | ((s).a & 0xffff)) macro
Dget_address.c165 + (SEG_LIMIT(descriptor) + 1) * SEG_GRANULARITY(descriptor) - 1; in pm_address()
Dfpu_entry.c199 + (SEG_LIMIT(code_descriptor) + in math_emulate()