/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 …]
|
H A D | uaccess.h | 213 " .section .fixup,\"ax\" \n" \ 242 " .section .fixup,\"ax\" \n" \ 304 " .section .fixup,\"ax\" \n" \ 323 " .section .fixup,\"ax\" \n" \ 409 : "$8", "$9", "$10", "$11", "$12", "$14", "$15", "$24", "$31", in raw_copy_from_user() 430 : "$8", "$9", "$10", "$11", "$12", "$14", "$15", "$24", "$31", in raw_copy_to_user()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 26 HTT_STATS_TX_TQM_GEN_MPDU_TAG = 11, 473 * (400us, 800us, 1600us & 3200us) in each mcs (0-11) 512 /* Counters to track number of rx packets in each GI in each mcs (0-11) */ 667 /* 11AC */ 678 /* 11AX */ 698 /* 11AC error stats */ 709 /* 11AX error stats */ 1269 * in each GI (400us, 800us, 1600us & 3200us) in each mcs (0-11) 1279 * Counters for legacy 11a and 11b transmissions. 1283 * CCK: 0: 1 Mbps, 1: 2 Mbps, 2: 5.5 Mbps, 3: 11 Mbps [all …]
|
/linux/arch/arc/include/asm/ |
H A D | uaccess.h | 50 " .section .fixup, \"ax\"\n" \ 71 " .section .fixup, \"ax\"\n" \ 105 " .section .fixup, \"ax\"\n" \ 123 " .section .fixup, \"ax\"\n" \ 162 " .section .fixup, \"ax\" \n" in raw_copy_from_user() 198 "11: ld.ab %4, [%2, 4] \n" in raw_copy_from_user() 207 " .section .fixup, \"ax\" \n" in raw_copy_from_user() 214 " .word 11b,4b \n" in raw_copy_from_user() 233 " .section .fixup, \"ax\" \n" in raw_copy_from_user() 255 " .section .fixup, \"ax\" \n" in raw_copy_from_user() [all …]
|
/linux/arch/x86/boot/ |
H A D | bioscall.S | 14 .section ".inittext","ax" 34 movw $11, %cx 60 movw %cs, %ax 61 movw %ax, %ds 62 movw %ax, %es 69 movw $11, %cx
|
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/testing/selftests/kvm/lib/aarch64/ |
H A D | handlers.S |
|
/linux/arch/x86/lib/ |
H A D | copy_user_uncached_64.S | 41 11: movq 8(%rsi),%r9 69 _ASM_EXTABLE_UA(11b, .Lquadwords) 130 70: movw (%rsi),%ax 131 71: movw %ax,(%rdi) 180 92: movw (%rsi),%ax 181 93: movw %ax,(%rdi)
|
/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 */ 112 _r->ax = 0; \ 128 pr_reg[6] = regs->ax; \ 133 pr_reg[11] = regs->orig_ax; \ 159 /* ax gets execve's return value. */ in elf_common_init() 160 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0; in elf_common_init() 204 (pr_reg)[10] = (regs)->ax; \ 205 (pr_reg)[11] = (regs)->cx; \
|
/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/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/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 22 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers() 33 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers() 44 dwarf_regs[11] = REG(R11); in libdw__arch_set_initial_registers()
|
/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 35 " .section .fixup,\"ax\"\n" \ 57 " .section .fixup,\"ax\"\n" \ 110 " .section .fixup,\"ax\"\n" \ 138 " .section .fixup,\"ax\"\n" \ 214 " .section .fixup,\"ax\"\n" \ 284 "11: "MOVES"."#s1" %3,(%1)+\n" \ 297 " .long 11b,5f\n" \ 307 " .section .fixup,\"ax\"\n" \
|
/linux/arch/x86/kernel/ |
H A D | signal_32.c | 5 * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson 95 regs->ax = sc.ax; in ia32_restore_sigcontext() 141 return regs->ax; in SYSCALL32_DEFINE0() 169 return regs->ax; in SYSCALL32_DEFINE0() 205 unsafe_put_user(regs->ax, &sc->ax, Efault); in __unsafe_setup_sigcontext32() 281 regs->ax = ksig->sig; in ia32_setup_frame() 363 regs->ax = ksig->sig; in ia32_setup_rt_frame() 403 static_assert(NSIGILL == 11);
|
H A D | signal.c | 6 * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson 269 regs->ax = -EINTR; in handle_signal() 274 regs->ax = -EINTR; in handle_signal() 279 regs->ax = regs->orig_ax; in handle_signal() 350 regs->ax = regs->orig_ax; in arch_do_signal_or_restart() 355 regs->ax = get_nr_restart_syscall(regs); in arch_do_signal_or_restart()
|
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() 272 return regs->ax; in SYSCALL_DEFINE0() 389 return regs->ax; in COMPAT_SYSCALL_DEFINE0() 416 static_assert(NSIGILL == 11);
|
H A D | uprobes.c | 179 * Also encodes tons of other system insns if mod=11. 232 * c6-c7 - Group 11 - only reg = 0 is OK 379 /* expose the "right" values of r11/cx/ax/sp to uprobe_consumer/s */ in SYSCALL_DEFINE0() 382 regs->ax = r11_cx_ax[2]; in SYSCALL_DEFINE0() 398 return regs->ax; in SYSCALL_DEFINE0() 406 * ax register is passed through as return value, so we can use in SYSCALL_DEFINE0() 421 return regs->ax; in SYSCALL_DEFINE0() 496 * [i]div/[i]mul: implicitly use dx:ax in riprel_analyze() 498 * cmpxchg: implicitly uses ax in riprel_analyze() 499 * cmpxchg8/16b: implicitly uses dx:ax and bx:cx in riprel_analyze() [all …]
|
/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 20 .pushsection .hyp.text, "ax" 22 .align 11 46 .align 11 165 .pushsection .idmap.text, "ax"
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac.h | 32 * @MAC_PROT_FLG_TGG_PROTECT: 11g protection when transmitting OFDM frames, 136 * paragraph 9.4.1.17 in P802.11ax_D4 specification. Used for TWT 139 * @PROTECTED_TWT_SUPPORTED: AP supports protected TWT frames (with 11w) 247 MAC_FILTER_IN_CRC32 = BIT(11), 250 * @MAC_FILTER_IN_11AX: mark BSS as supporting 802.11ax 532 STA_CTXT_HE_ACK_ENABLED = BIT(11), 585 * @bss_color: 11ax AP ID that is used in the HE SIG-A to mark inter BSS frame 645 * @bss_color: 11ax AP ID that is used in the HE SIG-A to mark inter BSS frame 720 * @bss_color: 11ax AP ID that is used in the HE SIG-A to mark inter BSS frame
|
/linux/sound/pci/asihpi/ |
H A D | hpi6000.c | 550 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj() 551 pao->index = hr0.u.ax.info.adapter_index; in create_adapter_obj() 606 phr->u.ax.assert.p1 = in adapter_get_asserts() 608 phr->u.ax.assert.p2 = 0; in adapter_get_asserts() 609 phr->u.ax.assert.count = 1; /* assert count */ in adapter_get_asserts() 610 phr->u.ax.assert.dsp_index = -1; /* "dsp index" */ in adapter_get_asserts() 611 strcpy(phr->u.ax.assert.sz_message, "PCI2040 error"); in adapter_get_asserts() 612 phr->u.ax.assert.dsp_msg_addr = 0; in adapter_get_asserts() 814 11 BUSREQ = 0 BUSREQ output is low in hpi6000_adapter_boot_load_dsp() 839 11-10 RD2DEAC = 1 in hpi6000_adapter_boot_load_dsp() [all …]
|
/linux/tools/perf/util/perf-regs-arch/ |
H A D | perf_regs_x86.c | 10 return "AX"; in __perf_reg_name_x86() 73 XMM(11) in __perf_reg_name_x86()
|
/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | fprobe_syntax_errors.tc | 12 REG=%ax ;; 63 check_error 'f vfs_read +0(@11):u8[10^' # ARRAY_NO_CLOSE 64 check_error 'f vfs_read +0(@11):u8[10]^a' # BAD_ARRAY_SUFFIX 65 check_error 'f vfs_read +0(@11):u8[^10a]' # BAD_ARRAY_NUM 66 check_error 'f vfs_read +0(@11):u8[^256]' # ARRAY_TOO_BIG 69 check_error 'f vfs_read @11:^unknown_type' # BAD_TYPE 71 check_error 'f vfs_read @11:^b10@a/16' # BAD_BITFIELD 73 check_error 'f vfs_read ^arg123456789012345678901234567890=@11' # ARG_NAME_TOO_LOG 74 check_error 'f vfs_read ^=@11' # NO_ARG_NAME 75 check_error 'f vfs_read ^var.1=@11' # BAD_ARG_NAM [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"
|