addr_modes        105 arch/x86/math-emu/fpu_entry.c 	fpu_addr_modes addr_modes;
addr_modes        130 arch/x86/math-emu/fpu_entry.c 		addr_modes.default_mode = VM86;
addr_modes        134 arch/x86/math-emu/fpu_entry.c 		addr_modes.default_mode = 0;
addr_modes        151 arch/x86/math-emu/fpu_entry.c 			addr_modes.default_mode = SEG32;
addr_modes        154 arch/x86/math-emu/fpu_entry.c 			addr_modes.default_mode = PM16;
addr_modes        167 arch/x86/math-emu/fpu_entry.c 			  &addr_modes.override)) {
addr_modes        184 arch/x86/math-emu/fpu_entry.c 	if (addr_modes.default_mode) {
addr_modes        248 arch/x86/math-emu/fpu_entry.c 		if ((addr_modes.default_mode & SIXTEEN)
addr_modes        249 arch/x86/math-emu/fpu_entry.c 		    ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX))
addr_modes        252 arch/x86/math-emu/fpu_entry.c 					       &data_sel_off, addr_modes);
addr_modes        256 arch/x86/math-emu/fpu_entry.c 					    addr_modes);
addr_modes        258 arch/x86/math-emu/fpu_entry.c 		if (addr_modes.default_mode) {
addr_modes        271 arch/x86/math-emu/fpu_entry.c 				if (addr_modes.default_mode & PROTECTED) {
addr_modes        457 arch/x86/math-emu/fpu_entry.c 					     >> 1, addr_modes, data_address))) {
addr_modes        531 arch/x86/math-emu/fpu_entry.c 				 &addr_modes.override))
addr_modes        535 arch/x86/math-emu/fpu_entry.c 	if (addr_modes.default_mode)
addr_modes         88 arch/x86/math-emu/fpu_proto.h 				    fpu_addr_modes addr_modes);
addr_modes         91 arch/x86/math-emu/fpu_proto.h 				       fpu_addr_modes addr_modes);
addr_modes         93 arch/x86/math-emu/fpu_proto.h extern int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
addr_modes        146 arch/x86/math-emu/fpu_proto.h extern u_char __user *fldenv(fpu_addr_modes addr_modes, u_char __user *s);
addr_modes        147 arch/x86/math-emu/fpu_proto.h extern void frstor(fpu_addr_modes addr_modes, u_char __user *data_address);
addr_modes        148 arch/x86/math-emu/fpu_proto.h extern u_char __user *fstenv(fpu_addr_modes addr_modes, u_char __user *d);
addr_modes        149 arch/x86/math-emu/fpu_proto.h extern void fsave(fpu_addr_modes addr_modes, u_char __user *data_address);
addr_modes        211 arch/x86/math-emu/get_address.c 			     struct address *addr, fpu_addr_modes addr_modes)
addr_modes        220 arch/x86/math-emu/get_address.c 	if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT)
addr_modes        221 arch/x86/math-emu/get_address.c 	    && (addr_modes.override.segment == PREFIX_CS_)) {
addr_modes        277 arch/x86/math-emu/get_address.c 	switch (addr_modes.default_mode) {
addr_modes        281 arch/x86/math-emu/get_address.c 		address += vm86_segment(addr_modes.override.segment, addr);
addr_modes        285 arch/x86/math-emu/get_address.c 		address = pm_address(FPU_modrm, addr_modes.override.segment,
addr_modes        296 arch/x86/math-emu/get_address.c 				struct address *addr, fpu_addr_modes addr_modes)
addr_modes        304 arch/x86/math-emu/get_address.c 	if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT)
addr_modes        305 arch/x86/math-emu/get_address.c 	    && (addr_modes.override.segment == PREFIX_CS_)) {
addr_modes        356 arch/x86/math-emu/get_address.c 		if (addr_modes.override.segment == PREFIX_DEFAULT)
addr_modes        357 arch/x86/math-emu/get_address.c 			addr_modes.override.segment = PREFIX_SS_;
addr_modes        361 arch/x86/math-emu/get_address.c 		if (addr_modes.override.segment == PREFIX_DEFAULT)
addr_modes        362 arch/x86/math-emu/get_address.c 			addr_modes.override.segment = PREFIX_SS_;
addr_modes        372 arch/x86/math-emu/get_address.c 		if (addr_modes.override.segment == PREFIX_DEFAULT)
addr_modes        373 arch/x86/math-emu/get_address.c 			addr_modes.override.segment = PREFIX_SS_;
addr_modes        385 arch/x86/math-emu/get_address.c 	switch (addr_modes.default_mode) {
addr_modes        389 arch/x86/math-emu/get_address.c 		address += vm86_segment(addr_modes.override.segment, addr);
addr_modes        393 arch/x86/math-emu/get_address.c 		address = pm_address(FPU_modrm, addr_modes.override.segment,
addr_modes         67 arch/x86/math-emu/load_store.c int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
addr_modes         78 arch/x86/math-emu/load_store.c 	if (addr_modes.default_mode & PROTECTED) {
addr_modes         79 arch/x86/math-emu/load_store.c 		if (addr_modes.default_mode == SEG32) {
addr_modes         82 arch/x86/math-emu/load_store.c 		} else if (addr_modes.default_mode == PM16) {
addr_modes        238 arch/x86/math-emu/load_store.c 		fldenv(addr_modes, (u_char __user *) data_address);
addr_modes        243 arch/x86/math-emu/load_store.c 		frstor(addr_modes, (u_char __user *) data_address);
addr_modes        280 arch/x86/math-emu/load_store.c 		fstenv(addr_modes, (u_char __user *) data_address);
addr_modes        283 arch/x86/math-emu/load_store.c 		fsave(addr_modes, (u_char __user *) data_address);
addr_modes       1027 arch/x86/math-emu/reg_ld_str.c u_char __user *fldenv(fpu_addr_modes addr_modes, u_char __user *s)
addr_modes       1033 arch/x86/math-emu/reg_ld_str.c 	if ((addr_modes.default_mode == VM86) ||
addr_modes       1034 arch/x86/math-emu/reg_ld_str.c 	    ((addr_modes.default_mode == PM16)
addr_modes       1035 arch/x86/math-emu/reg_ld_str.c 	     ^ (addr_modes.override.operand_size == OP_SIZE_PREFIX))) {
addr_modes       1051 arch/x86/math-emu/reg_ld_str.c 		if (addr_modes.default_mode == VM86) {
addr_modes       1120 arch/x86/math-emu/reg_ld_str.c void frstor(fpu_addr_modes addr_modes, u_char __user *data_address)
addr_modes       1123 arch/x86/math-emu/reg_ld_str.c 	u_char __user *s = fldenv(addr_modes, data_address);
addr_modes       1143 arch/x86/math-emu/reg_ld_str.c u_char __user *fstenv(fpu_addr_modes addr_modes, u_char __user *d)
addr_modes       1145 arch/x86/math-emu/reg_ld_str.c 	if ((addr_modes.default_mode == VM86) ||
addr_modes       1146 arch/x86/math-emu/reg_ld_str.c 	    ((addr_modes.default_mode == PM16)
addr_modes       1147 arch/x86/math-emu/reg_ld_str.c 	     ^ (addr_modes.override.operand_size == OP_SIZE_PREFIX))) {
addr_modes       1161 arch/x86/math-emu/reg_ld_str.c 		if (addr_modes.default_mode == VM86) {
addr_modes       1199 arch/x86/math-emu/reg_ld_str.c void fsave(fpu_addr_modes addr_modes, u_char __user *data_address)
addr_modes       1204 arch/x86/math-emu/reg_ld_str.c 	d = fstenv(addr_modes, data_address);