Searched refs:x86 (Results 126 - 150 of 868) sorted by relevance

1234567891011>>

/linux-master/drivers/cpufreq/
H A Delanfreq.c151 (c->x86 != 4) || (c->x86_model != 10))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dgt215.c43 { 0x86, "pc01_strmout_00" },
/linux-master/drivers/usb/serial/
H A Dio_ti.h113 #define UMPC_SET_CLR_RTS 0x86
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h73 unsigned char type; /* 0x86 */
80 #define TYPE86_RSP_CODE 0x86
/linux-master/drivers/platform/x86/
H A Dnvidia-wmi-ec-backlight.c10 #include <linux/platform_data/x86/nvidia-wmi-ec-backlight.h>
H A Dadv_swbutton.c16 #define ACPI_BUTTON_NOTIFY_SWBTN_RELEASE 0x86
H A Dtopstar-laptop.c8 * Implementation inspired by existing x86 platform drivers, in special
112 { KE_KEY, 0x86, { KEY_SWITCHVIDEOMODE } },
224 u64 arg = state ? 0x86 : 0x87;
/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds.c18 #include <linux/platform_data/x86/simatic-ipc-base.h>
/linux-master/arch/x86/um/
H A DMakefile43 -Iarch/x86/include/generated
/linux-master/crypto/
H A Drsa-pkcs1pad.c24 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, /* OID */
42 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04,
48 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01,
54 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02,
60 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03,
66 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x08,
72 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x09,
78 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x0A,
/linux-master/arch/x86/include/asm/
H A Dacpi.h92 if (boot_cpu_data.x86 == 0x0F &&
208 * We are yet to see any x86 platforms that require anything
H A Dintel-family.h231 #define INTEL_FAM6_ATOM_TREMONT_D 0x86 /* Jacobsville */
232 #define INTEL_ATOM_TREMONT_D IFM(6, 0x86) /* Jacobsville */
/linux-master/arch/x86/purgatory/
H A DMakefile8 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/linux-master/drivers/media/usb/gspca/
H A Dnw80x.c178 0x03, 0x3e, 0x00, 0x86, 0x00, 0x3e, 0x00, 0x86,
179 0x00, 0x3e, 0x00, 0x86, 0x00, 0x01, 0x00, 0x01,
193 0x00, 0x4b, 0x00, 0x76, 0x00, 0x86, 0x00,
236 0x03, 0x3e, 0x00, 0x86, 0x00, 0x3e, 0x00, 0x86,
237 0x00, 0x3e, 0x00, 0x86, 0x00, 0x01, 0x00, 0x01,
251 0x00, 0x4b, 0x00, 0x76, 0x00, 0x86, 0x00,
287 0x00, 0x84, 0x36, 0x05, 0x01, 0xf2, 0x86, 0x65,
334 0x05, 0x3e, 0x00, 0x86,
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c183 if (c->x86 == 4)
185 else if (c->x86 == 3)
389 pr_info_once("x86/cpu: User Mode Instruction Prevention (UMIP) activated\n");
550 pr_info("x86: 'nopku' specified, disabling Memory Protection Keys\n");
696 if (info->family == c->x86)
904 c->x86 = 4;
910 c->x86 = x86_family(tfms);
1094 c->x86 = 4;
1096 c->x86 = 3;
1725 if ((c->x86
[all...]
H A Dcyrix.c69 "Cx486", "Cx486", "5x86 ", "6x86", "MediaGX ", "6x86MX ",
181 case 3: /* 6x86/6x86L */
239 case 2: /* 5x86 */
244 case 3: /* 6x86/6x86L */
255 /* 6x86's contain this bug */
381 if (c->x86 == 5 && c->x86_model == 5)
416 if (c->x86 == 4 && test_cyrix_52div()) {
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1889 if (c->x86 == 15 && this_cpu_read(mce_num_banks) > 4) {
1897 if (c->x86 < 0x11 && cfg->bootlog < 0) {
1908 if (c->x86 == 6 && this_cpu_read(mce_num_banks) > 0)
1915 if (c->x86 == 0x15 && c->x86_model <= 0xf)
1918 if (c->x86 >= 0x17 && c->x86 <= 0x1A)
1933 if (c->x86 == 6 && c->x86_model < 0x1A && this_cpu_read(mce_num_banks) > 0)
1940 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) &&
1948 if (c->x86
[all...]
/linux-master/lib/
H A Dcrc32test.c63 0x39, 0xde, 0xc8, 0xf3, 0x86, 0x60, 0x34, 0xd2,
68 0x73, 0x86, 0x81, 0x8e, 0x29, 0x44, 0x48, 0x86,
73 0xf0, 0xc7, 0x16, 0x9f, 0x5d, 0x5e, 0x86, 0x40,
78 0xa4, 0x2a, 0xe4, 0xb6, 0xba, 0xc0, 0x1e, 0x86,
86 0x40, 0x86, 0x85, 0xdb, 0x5c, 0xd5, 0x85, 0x80,
111 0x58, 0x5c, 0x7b, 0x86, 0x52, 0x6d, 0x0d, 0xce,
137 0x4f, 0x6b, 0x86, 0x3f, 0x8b, 0xfe, 0xee, 0x44,
171 0x77, 0x83, 0xd8, 0x08, 0x86, 0x4f, 0x48, 0x09,
183 0x6e, 0x64, 0x8f, 0xd3, 0xe6, 0x41, 0x86,
[all...]
/linux-master/lib/crypto/
H A Dblake2s-selftest.c93 0xfd, 0x2a, 0xbb, 0x86, 0xac, 0xe9, 0x2a, 0x89, },
94 { 0x89, 0xc3, 0x88, 0xce, 0x2b, 0x33, 0x1e, 0x10, 0xd1, 0x37, 0x20, 0x86,
111 { 0xd4, 0x40, 0xd2, 0xa0, 0x7f, 0xc1, 0x58, 0x0c, 0x85, 0xa0, 0x86, 0xc7,
112 0x86, 0xb9, 0x61, 0xc9, 0xea, 0x19, 0x86, 0x1f, 0xab, 0x07, 0xce, 0x37,
156 { 0xb7, 0x86, 0x2d, 0x16, 0xe1, 0x04, 0x00, 0x47, 0x47, 0x61, 0x31, 0xfb,
183 { 0x23, 0xdf, 0x96, 0x68, 0x91, 0x86, 0xd0, 0x93, 0x55, 0x33, 0x24, 0xf6,
195 { 0xde, 0xdf, 0xb2, 0x43, 0x61, 0x0b, 0x86, 0x16, 0x4c, 0x2e, },
202 { 0x34, 0x75, 0xf3, 0x86, 0x8f, 0x56, 0xcf, 0x2a, 0x0a, 0xf2, 0x62, 0x0a,
232 0xe3, 0x1c, 0x75, 0x15, 0x64, 0x5d, 0x02, 0x6a, 0xf0, 0x86,
[all...]
/linux-master/fs/xfs/
H A Dxfs_dahash_test.c47 0x39, 0xde, 0xc8, 0xf3, 0x86, 0x60, 0x34, 0xd2,
52 0x73, 0x86, 0x81, 0x8e, 0x29, 0x44, 0x48, 0x86,
57 0xf0, 0xc7, 0x16, 0x9f, 0x5d, 0x5e, 0x86, 0x40,
62 0xa4, 0x2a, 0xe4, 0xb6, 0xba, 0xc0, 0x1e, 0x86,
70 0x40, 0x86, 0x85, 0xdb, 0x5c, 0xd5, 0x85, 0x80,
95 0x58, 0x5c, 0x7b, 0x86, 0x52, 0x6d, 0x0d, 0xce,
121 0x4f, 0x6b, 0x86, 0x3f, 0x8b, 0xfe, 0xee, 0x44,
155 0x77, 0x83, 0xd8, 0x08, 0x86, 0x4f, 0x48, 0x09,
167 0x6e, 0x64, 0x8f, 0xd3, 0xe6, 0x41, 0x86,
[all...]
/linux-master/drivers/hwmon/
H A Dhwmon-vid.c280 if (c->x86 < 6) /* Any CPU with family lower than 6 */
283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor);
287 pr_info("Unknown VRM version of your x86 CPU\n");
291 /* and now for something completely different for the non-x86 world */
/linux-master/drivers/mfd/
H A Dstmpe.h218 #define STMPE1601_REG_GPIO_MP_MSB 0x86
320 #define STMPE24XX_REG_GPCR_MSB 0x86
/linux-master/drivers/watchdog/
H A Dsimatic-ipc-wdt.c19 #include <linux/platform_data/x86/p2sb.h>
20 #include <linux/platform_data/x86/simatic-ipc-base.h>
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh12 TRACER=$SCRIPTDIR/../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py
18 # amd-pstate-ut only run on x86/x86_64 AMD systems.
19 ARCH=$(uname -m 2>/dev/null | sed -e 's/i.86/x86/' -e 's/x86_64/x86/')
240 if ! echo "$ARCH" | grep -q x86; then
241 echo "$0 # Skipped: Test can only run on x86 architectures."
/linux-master/scripts/
H A Dtags.sh307 archinclude=x86
309 archinclude=x86

Completed in 219 milliseconds

1234567891011>>