Searched refs:x86 (Results 76 - 100 of 868) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dppdev.h42 #define PPWDATA _IOW(PP_IOCTL, 0x86, unsigned char)
H A Dapm_bios.h93 #define APM_NOT_PRESENT 0x86
/linux-master/drivers/cpufreq/
H A Dspeedstep-lib.c259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model);
262 ((c->x86 != 6) && (c->x86 != 0xF)))
265 if (c->x86 == 0xF) {
/linux-master/arch/x86/um/
H A Dsetjmp_64.S5 # setjmp/longjmp for the x86-64 architecture
/linux-master/scripts/
H A Dchecksyscalls.sh272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
/linux-master/include/linux/platform_data/x86/
H A Dsimatic-ipc.h16 #include <linux/platform_data/x86/simatic-ipc-base.h>
/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt-f7188x.c16 #include <linux/platform_data/x86/simatic-ipc-base.h>
/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio-apollolake.c16 #include <linux/platform_data/x86/simatic-ipc-base.h>
/linux-master/drivers/media/rc/keymaps/
H A Drc-tbs-nec.c15 { 0x86, KEY_NUMERIC_2},
/linux-master/include/acpi/
H A Dvideo.h40 #define ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS 0x86
/linux-master/drivers/tee/tstee/
H A Dtstee_private.h23 0x96, 0x3b, 0x86, 0xd4, 0xf8, 0x49, 0x43, 0xac)
/linux-master/drivers/media/i2c/
H A Dsaa7110.c169 /* 0x08 */ 0xF8, 0xF8, 0x60, 0x60, 0x00, 0x86, 0x18, 0x90,
208 saa7110_write(sd, 0x0D, 0x86);
216 saa7110_write(sd, 0x0D, 0x86);
266 saa7110_write(sd, 0x0D, 0x86);
272 saa7110_write(sd, 0x0D, 0x86);
417 saa7110_write(sd, 0x0D, 0x86);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-i2c.c101 [0x86 >> 1] = "tda9887/cx22702",
148 0x0b, 0xdc, 0x86, 0x52 };
/linux-master/lib/
H A Dcrc7.c21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc,
36 0xb0, 0xa2, 0x94, 0x86, 0xf8, 0xea, 0xdc, 0xce,
/linux-master/drivers/ras/amd/atl/
H A Dcore.c158 if (boot_cpu_data.x86 < 0x19) {
164 if (boot_cpu_data.x86 > 0x19)
/linux-master/tools/objtool/
H A DMakefile56 ifeq ($(SRCARCH),x86)
94 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
/linux-master/arch/x86/kvm/
H A DMakefile3 ccflags-y += -I $(srctree)/arch/x86/kvm
8 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
/linux-master/tools/perf/util/
H A Dprint_insn.c43 } else if (machine__normalized_is(machine, "x86")) {
64 if (machine__normalized_is(machine, "x86")) {
68 * on x86 by investigating instruction details.
82 if (insn->detail && insn->detail->x86.op_count == 1) {
83 cs_x86_op *op = &insn->detail->x86.operands[0];
131 if (machine__normalized_is(machine, "x86"))
/linux-master/arch/s390/lib/
H A Dprobes.c69 case 0x86: /* bxh */
/linux-master/include/linux/mfd/
H A Dviperboard.h19 #define VPRBRD_EP_IN 0x86
H A Dkhadas-mcu.h69 #define KHADAS_MCU_SHUTDOWN_NORMAL_STATUS_REG 0x86 /* RO */
H A Dbd9571mwv.h76 #define BD9574MWF_PROT_ERROR_STATUS5 0x86
/linux-master/drivers/fsi/
H A Dcf-fsi-fw.h149 #define TR_CLKTAG 0x86 /* + tag */
/linux-master/sound/ppc/
H A Dtumbler_volume.h75 0x87, 0x86, 0x85,
100 0x86, 0x82, 0x7f,
200 0x87, 0x86, 0x85,
230 0x87, 0x86, 0x85,
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf180 TEST_START IF ${RUN} == x86 || ${RUN} == i386 || ${DO_DEFAULT}
185 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT}

Completed in 226 milliseconds

1234567891011>>