Home
last modified time | relevance | path

Searched refs:default_mode (Results 1 – 8 of 8) sorted by relevance

/arch/x86/math-emu/
Dfpu_entry.c171 addr_modes.default_mode = VM86; in math_emulate()
175 addr_modes.default_mode = 0; in math_emulate()
192 addr_modes.default_mode = SEG32; in math_emulate()
195 addr_modes.default_mode = PM16; in math_emulate()
226 if (addr_modes.default_mode) { in math_emulate()
290 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
300 if (addr_modes.default_mode) { in math_emulate()
313 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
577 if (addr_modes.default_mode) in math_emulate()
Dload_store.c71 if (addr_modes.default_mode & PROTECTED) { in FPU_load_store()
72 if (addr_modes.default_mode == SEG32) { in FPU_load_store()
75 } else if (addr_modes.default_mode == PM16) { in FPU_load_store()
Dget_address.c218 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address()
275 switch (addr_modes.default_mode) { in FPU_get_address()
302 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address_16()
383 switch (addr_modes.default_mode) { in FPU_get_address_16()
Dreg_ld_str.c1032 if ((addr_modes.default_mode == VM86) || in fldenv()
1033 ((addr_modes.default_mode == PM16) in fldenv()
1050 if (addr_modes.default_mode == VM86) { in fldenv()
1144 if ((addr_modes.default_mode == VM86) || in fstenv()
1145 ((addr_modes.default_mode == PM16) in fstenv()
1160 if (addr_modes.default_mode == VM86) { in fstenv()
Dfpu_emu.h132 u_char default_mode; member
/arch/arm/mach-ep93xx/include/mach/
Dfb.h47 const struct fb_videomode *default_mode; member
/arch/arm/mach-davinci/
Dboard-dm644x-evm.c692 .default_mode = "ntsc",
704 .default_mode = "480p59_94",
/arch/arm/mach-exynos/
Dmach-universal_c210.c104 .default_mode = 0, /* vid0 = 0, vid1 = 0 */