| /linux/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 18 ".section\t.fixup,\"ax\"\n\t" \ 39 ".section\t.fixup,\"ax\"\n\t" \ 72 ".section\t.fixup,\"ax\"\n\t" \ 73 "11:\tli\t%1, %3\n\t" \ 77 STR(PTR_WD)"\t1b, 11b\n\t" \ 78 STR(PTR_WD)"\t2b, 11b\n\t" \ 79 STR(PTR_WD)"\t3b, 11b\n\t" \ 80 STR(PTR_WD)"\t4b, 11b\n\t" \ 100 ".section\t.fixup,\"ax\"\n\t" \ 123 "\t.section\t.fixup,\"ax\"\n\t" \ [all …]
|
| /linux/arch/x86/boot/ |
| H A D | video-vga.c | 47 ireg.ax = 0x0f00; in vga_set_basic_mode() 55 ireg.ax = mode; /* AH=0: set mode */ in vga_set_basic_mode() 69 ireg.ax = 0x1112; in vga_set_8font() 74 ireg.ax = 0x1200; in vga_set_8font() 79 ireg.ax = 0x1201; in vga_set_8font() 84 ireg.ax = 0x0100; in vga_set_8font() 97 ireg.ax = 0x1111; in vga_set_14font() 102 ireg.ax = 0x1201; in vga_set_14font() 106 /* Cursor is scan lines 11-12 */ in vga_set_14font() 107 ireg.ax = 0x0100; in vga_set_14font() [all …]
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | regs_load.S | 4 #define AX 0 macro 15 #define SS 11 * 8 32 movq %rax, AX(%rdi) 68 movl %eax, AX(%edi)
|
| /linux/arch/x86/include/asm/ |
| H A D | elf.h | 36 #define R_386_NUM 11 60 #define R_X86_64_32S 11 /* Direct 32 bit sign extended */ 108 _r->ax = 0; \ 124 pr_reg[6] = regs->ax; \ 129 pr_reg[11] = regs->orig_ax; \ 155 /* ax gets execve's return value. */ in elf_common_init() 156 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0; in elf_common_init() 199 (pr_reg)[10] = (regs)->ax; \ 200 (pr_reg)[11] = (regs)->cx; \
|
| H A D | pci_x86.h | 95 u8 rfu[11]; 212 asm volatile("movw (%1),%%ax" : "=a" (val) : "r" (pos)); in mmio_config_readw() 230 asm volatile("movw %%ax,(%1)" : : "a" (val), "r" (pos) : "memory"); in mmio_config_writew()
|
| /linux/drivers/watchdog/ |
| H A D | sbc8360.c | 70 * MOV AX,000AH (enable, phase I) 72 * OUT DX,AX 73 * MOV AX,000BH (enable, phase II) 75 * OUT DX,AX 76 * MOV AX,000nH (set multiplier n, from 1-4) 78 * OUT DX,AX 79 * MOV AX,000mH (set base timer m, from 0-F) 81 * OUT DX,AX 84 * MOV AX,000mH (same as set base timer, above) 86 * OUT DX,AX [all …]
|
| H A D | ib700wdt.c | 68 * MOV AX,000FH (Choose the values from 0 to F) 70 * OUT DX,AX 73 * MOV AX,000FH (Any value is fine.) 75 * OUT DX,AX 81 * 3 D 4 | 11 5 20
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | Makefile | 14 nxpwifi-y += 11n.o 15 nxpwifi-y += 11ac.o 16 nxpwifi-y += 11ax.o 17 nxpwifi-y += 11n_aggr.o 18 nxpwifi-y += 11n_rxreorder.o 32 nxpwifi-y += 11h.o
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_x86.c | 25 SDT_NAME_REG(eax, ax), 26 SDT_NAME_REG(rax, ax), 27 SDT_NAME_REG(al, ax), 28 SDT_NAME_REG(ah, ax), 136 * so, we have to replace them (ex. for x86_64: %rax -> %ax). 289 return "AX"; in __perf_reg_name_x86() 352 XMM(11) in __perf_reg_name_x86()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | nvm-reg.h | 99 NVM_SECTION_TYPE_MAC_OVERRIDE = 11, 171 * @NVM_MAC_SKU_FLAGS_802_11N_ENABLED: true if 11n enabled 172 * @NVM_MAC_SKU_FLAGS_802_11AC_ENABLED: true if 11ac enabled 184 * @NVM_MAC_SKU_FLAGS_802_11AX_ENABLED: true if 11ax enabled 599 * @LARI_CONFIG_DISABLE_11AC_UKRAINE_MSK: disable 11ac in ukraine 631 * @oem_11ax_allow_bitmap: Bitmap of 11ax allowed MCCs. There are two bits 657 * @oem_11ax_allow_bitmap: Bitmap of 11ax allowed MCCs. There are two bits 692 * @oem_11ax_allow_bitmap: Bitmap of 11ax allowed MCCs. There are two bits 712 * @oem_11be_allow_bitmap: Bitmap of 11be allowed MCCs. No need to mask out the 714 * bit0: enable 11be in China(CB/CN). [all …]
|
| /linux/tools/perf/util/dwarf-regs-arch/ |
| H A D | dwarf-regs-x86.c | 21 { "eax", 0 }, { "ax", 0 }, { "al", 0 }, 32 { "st0", 11}, 76 { "rax", 0 }, { "eax", 0 }, { "ax", 0 }, { "al", 0 }, 87 { "r11", 11 }, { "r11d", 11 }, { "r11w", 11 }, { "r11b", 11 }, 229 [PERF_REG_X86_R11] = 11, in __get_dwarf_regnum_for_perf_regnum_x86_64()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 181 * Also encodes tons of other system insns if mod=11. 234 * c6-c7 - Group 11 - only reg = 0 is OK 311 unsigned long ax; member 386 /* expose the "right" values of r11/cx/ax/sp to uprobe_consumer/s */ in SYSCALL_DEFINE0() 389 regs->ax = args.ax; in SYSCALL_DEFINE0() 405 return regs->ax; in SYSCALL_DEFINE0() 413 * ax register is passed through as return value, so we can use in SYSCALL_DEFINE0() 417 args.ax = regs->ip; in SYSCALL_DEFINE0() 428 return regs->ax; in SYSCALL_DEFINE0() 503 * [i]div/[i]mul: implicitly use dx:ax in riprel_analyze() [all …]
|
| H A D | signal_64.c | 68 regs->ax = sc.ax; in restore_sigcontext() 109 unsafe_put_user(regs->ax, &sc->ax, Efault); in __unsafe_setup_sigcontext() 204 regs->ax = 0; in x64_setup_rt_frame() 274 return regs->ax; in SYSCALL_DEFINE0() 393 return regs->ax; in COMPAT_SYSCALL_DEFINE0() 420 static_assert(NSIGILL == 11);
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 555 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj() 556 pao->index = hr0.u.ax.info.adapter_index; in create_adapter_obj() 611 phr->u.ax.assert.p1 = in adapter_get_asserts() 613 phr->u.ax.assert.p2 = 0; in adapter_get_asserts() 614 phr->u.ax.assert.count = 1; /* assert count */ in adapter_get_asserts() 615 phr->u.ax.assert.dsp_index = -1; /* "dsp index" */ in adapter_get_asserts() 616 strscpy(phr->u.ax.assert.sz_message, "PCI2040 error"); in adapter_get_asserts() 617 phr->u.ax.assert.dsp_msg_addr = 0; in adapter_get_asserts() 819 11 BUSREQ = 0 BUSREQ output is low in hpi6000_adapter_boot_load_dsp() 844 11 in hpi6000_adapter_boot_load_dsp() [all...] |
| /linux/arch/sparc/include/asm/ |
| H A D | timer_64.h | 78 " .section .get_tick_patch, \"ax\"\n" in get_tick() 80 /* read tick 2 instructions and 11 skipped */ in get_tick() 85 /* read stick 2 instructions and 11 skipped */ in get_tick()
|
| /linux/arch/sh/lib/ |
| H A D | copy_page.S | 86 mov #11,r0 88 cmp/gt r0,r6 ! r6 (len) > r0 (11) 153 .section .fixup, "ax" 328 ! Destination = 01 or 11 376 .section .fixup, "ax"
|
| /linux/arch/x86/mm/ |
| H A D | pf_in.c | 7 /* Id: pf_in.c,v 1.1.1.1 2002/11/12 05:56:32 brlock Exp 228 arg_R11 = 11, 242 rv = (unsigned char *)®s->ax; in get_reg_w8() 310 rv = 1 + (unsigned char *)®s->ax; in get_reg_w8() 338 rv = ®s->ax; in get_reg_w32()
|
| /linux/include/uapi/linux/ |
| H A D | ax25.h | 3 * These are the public elements of the Linux kernel AX.25 code. A similar 37 #define SIOCAX25DELFWD (SIOCPROTOPRIVATE+11)
|
| /linux/arch/sparc/lib/ |
| H A D | ffs.S | 48 movrz %g1, %g2, %o0 /* 11 */ 73 .section .popc_6insn_patch, "ax"
|
| /linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
| H A D | fprobe_syntax_errors.tc | 12 REG=%ax ;; 64 check_error 'f vfs_read +0(@11):u8[10^' # ARRAY_NO_CLOSE 65 check_error 'f vfs_read +0(@11):u8[10]^a' # BAD_ARRAY_SUFFIX 66 check_error 'f vfs_read +0(@11):u8[^10a]' # BAD_ARRAY_NUM 67 check_error 'f vfs_read +0(@11):u8[^256]' # ARRAY_TOO_BIG 70 check_error 'f vfs_read @11:^unknown_type' # BAD_TYPE 72 check_error 'f vfs_read @11:^b10@a/16' # BAD_BITFIELD 74 check_error 'f vfs_read ^arg123456789012345678901234567890=@11' # ARG_NAME_TOO_LOG 75 check_error 'f vfs_read ^=@11' # NO_ARG_NAME 76 check_error 'f vfs_read ^var.1=@11' # BAD_ARG_NAME [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.h | 41 * @allow_40mhz: 11n channel with a width of 40Mhz is allowed 43 * @allow_80mhz: 11ac channel with a width of 80Mhz is allowed 45 * @allow_160mhz: 11ac channel with a width of 160Mhz is allowed 47 * @allow_320mhz: 11be channel with a width of 320Mhz is allowed 49 * @disable_11ax: 11ax is forbidden for this regulatory domain. 50 * @disable_11be: 11be is forbidden for this regulatory domain. 51 * @disable_11bn: UHR/11bn is not allowed for this regulatory domain 103 NVM_CHANNEL_160MHZ = BIT(11),
|
| /linux/arch/xtensa/lib/ |
| H A D | strncpy_user.S | 69 EX(11f) l8ui a9, a3, 0 # get byte 0 79 EX(11f) l8ui a9, a3, 0 # get byte 0 86 EX(11f) l8ui a9, a3, 1 # get byte 0 111 EX(11f) l32i a9, a3, 0 # get word from src 126 EX(11f) l16ui a9, a3, 0 139 EX(11f) l8ui a9, a3, 0 190 EX(11f) l8ui a9, a3, 0 206 .section .fixup, "ax" 215 11:
|
| /linux/arch/arm/mm/ |
| H A D | proc-arm740.S | 60 .pushsection .idmap.text, "ax" 87 mov r4, #10 @ 11 is the minimum (4KB) 100 mov r4, #10 @ 11 is the minimum (4KB)
|
| H A D | proc-v7m.S | 97 .section ".init.text", "ax" 131 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 132 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 142 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
| /linux/arch/m68k/include/asm/ |
| H A D | math-emu.h | 21 #define FPSR_EXC_UNFL 11 200 .section .fixup,"ax" 217 .section .fixup,"ax"
|