Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dfpu_system.h39 #define SEG_GRANULARITY(x) (((x).b & (1 << 23)) ? 4096 : 1) macro
Dget_address.c164 + (SEG_LIMIT(descriptor) + 1) * SEG_GRANULARITY(descriptor) - 1; in pm_address()
Dfpu_entry.c199 1) * SEG_GRANULARITY(code_descriptor) in math_emulate()