| /linux/drivers/eisa/ | 
| H A D | eisa.ids | 26 ACR1201 "Acer 1200 486/25 EISA System Board"27 ACR1211 "AcerFrame 3000SP33 486/33 EISA System Board"
 28 ACR1341 "M1 486SX/20 CPU Board"
 29 ACR1351 "M1 486SX/20 CPU Board"
 32 ACR1381 "M1 486/20 CPU Board"
 33 ACR1391 "M1 486/20 CPU Board"
 34 ACR1581 "M1 486/33 CPU Board"
 35 ACR1591 "M1 486/33 CPU Board"
 36 ACR15A1 "M1 486/33 CPU Board"
 37 ACR15B1 "M1 486/33 CPU Board"
 [all …]
 
 | 
| /linux/arch/x86/ | 
| H A D | Kconfig.cpu | 11 	  optimally fast), you can specify "486" here.14 	  AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI 486DLC/DLC2,
 15 	  UMC 486SX-S and the NexGen Nx586.
 22 	  - "486" for the AMD/Cyrix/IBM/Intel 486DX/DX2/DX4 or
 50 	bool "486SX"
 53 	  Select this for an 486-class CPU without an FPU such as
 57 	bool "486DX"
 60 	  Select this for an 486-class CPU such as AMD/Cyrix/IBM/Intel
 61 	  486DX/DX2/DX4 and UMC U5D.
 
 | 
| /linux/arch/x86/kernel/cpu/ | 
| H A D | intel.c | 731 			  [0] = "486 DX-25/33",732 			  [1] = "486 DX-50",
 733 			  [2] = "486 SX",
 734 			  [3] = "486 DX/2",
 735 			  [4] = "486 SL",
 736 			  [5] = "486 SX/2",
 737 			  [7] = "486 DX/2-WB",
 738 			  [8] = "486 DX/4",
 739 			  [9] = "486 DX/4-WB"
 
 | 
| H A D | cyrix.c | 337 	case 0xf:  /* Cyrix 486 without DEVID registers */  in init_cyrix()339 		case 0xd:  /* either a 486SLC or DLC w/o DEVID */  in init_cyrix()
 344 		case 0xe:  /* a 486S A step */  in init_cyrix()
 395  * the flags, while other 486 chips will.
 
 | 
| H A D | umc.c | 7  * UMC chips appear to be only either 386 or 486,
 | 
| H A D | amd.c | 1247 			  [3] = "486 DX/2",1248 			  [7] = "486 DX/2-WB",
 1249 			  [8] = "486 DX/4",
 1250 			  [9] = "486 DX/4-WB",
 
 | 
| /linux/arch/x86/realmode/rm/ | 
| H A D | reboot.S | 15  * doesn't work with at least one type of 486 motherboard.  It is easy82  * NW, to disable the cache on a 486, and invalidates the cache.  This
 83  * is more like the state of a 486 after reset.  I don't know if
 
 | 
| /linux/Documentation/power/powercap/ | 
| H A D | dtpm.rst | 86    `-- pd2 (w=486)100    `-- pd2 (w=486) --> power_limit = 1519mW
 
 | 
| /linux/arch/x86/kernel/ | 
| H A D | head_32.S | 170  * NOTE! If we are on a 486 we may have no cr4 at all! Specifically, cr4 exists238  * Check if it is 486
 240 	movb $4,X86			# at least 486
 
 | 
| /linux/arch/sh/boards/mach-hp6xx/ | 
| H A D | hp6xx_apm.c | 23 #define HP680_BATTERY_MIN		486
 | 
| /linux/arch/x86/boot/ | 
| H A D | pmjump.S | 31 	jmp	1f			# Short jump to serialize on 386/486
 | 
| /linux/arch/powerpc/boot/dts/ | 
| H A D | gamecube.dts | 34 			clock-frequency = <486000000>; /* 486MHz */
 | 
| /linux/drivers/accel/habanalabs/include/goya/ | 
| H A D | goya_async_events.h | 189 	GOYA_ASYNC_EVENT_ID_INTS_REGISTER = 486,
 | 
| /linux/arch/x86/include/asm/ | 
| H A D | sync_core.h | 85 	 * exist on some 486-like CPUs, and it usually exits to a  in sync_core()
 | 
| H A D | bitops.h | 310 	 * 486 CPUs did not behave this way.  in variable_ffs()367 	 * 486 CPUs did not behave this way.  in fls()
 
 | 
| /linux/arch/x86/lib/ | 
| H A D | atomic64_386_32.S | 3  * atomic64_t for 386/486
 | 
| /linux/include/acpi/ | 
| H A D | acuuid.h | 71 #define UUID_USB4_CAPABILITIES          "23a0d13a-26ab-486c-9c5f-0ffa525a575a"
 | 
| /linux/arch/riscv/boot/dts/renesas/ | 
| H A D | r9a07g043f.dtsi | 82 			     <486 IRQ_TYPE_LEVEL_HIGH>,
 | 
| /linux/Documentation/networking/ | 
| H A D | eql.rst | 264   a 486DX2/66 with a Cyclom-8Ys and a 486SLC/40 with a Cyclom-16Y.
 | 
| /linux/arch/x86/math-emu/ | 
| H A D | README | 340 486DX2/66 (other tests indicate that an Intel 486DX produces
 | 
| /linux/Documentation/admin-guide/ | 
| H A D | rtc.rst | 75 typical 486-33 running a tight read loop on /dev/rtc will start to suffer
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | visl.rst | 175         00000020: c4c8 ab4c 486e 4e2f b0df 96cc c74e 8dde  ...LHnN/.....N..
 | 
| /linux/arch/sh/lib/ | 
| H A D | checksum.S | 45 	   * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
 | 
| /linux/Documentation/admin-guide/blockdev/ | 
| H A D | floppy.rst | 99 	later are OK. You also need at least a 486 to use nodma.
 | 
| /linux/arch/x86/pci/ | 
| H A D | irq.c | 264  *	with the ALi FinALi 486 chipset.  The IBC is not decoded in the310  *	"M1489/M1487: 486 PCI Chip Set", Version 1.2, Acer Laboratories
 682  *	ISA bridge used with the SiS 85C496/497 486 Green PC VESA/ISA/PCI
 714  *	"486 Green PC VESA/ISA/PCI Chipset, SiS 85C496/497", Rev 3.0,
 
 |