Home
last modified time | relevance | path

Searched refs:SEG32 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/
H A Dptrace.c866 #define SEG32(rs) \ macro
880 SEG32(cs); in putreg32()
881 SEG32(ds); in putreg32()
882 SEG32(es); in putreg32()
909 SEG32(ss); in putreg32()
959 #undef SEG32
965 #define SEG32(rs) \ macro
977 SEG32(ds); in getreg32()
978 SEG32(es); in getreg32()
979 SEG32(fs); in getreg32()
[all …]
/linux/arch/x86/math-emu/
H A Dget_address.c284 case SEG32: in FPU_get_address()
392 case SEG32: in FPU_get_address_16()
H A Dfpu_emu.h142 #define SEG32 PROTECTED macro
H A Dload_store.c79 if (addr_modes.default_mode == SEG32) { in FPU_load_store()
H A Dfpu_entry.c152 addr_modes.default_mode = SEG32; in math_emulate()