| /linux/drivers/net/hamradio/ |
| A D | mkiss.c | 245 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump() 331 if (ax->rcount < ax->buffsize) { in kiss_unesc() 332 ax->rbuff[ax->rcount++] = s; in kiss_unesc() 396 memcpy(ax->xbuff, ax->xhead, ax->xleft); in ax_changedmtu() 403 ax->xhead = ax->xbuff; in ax_changedmtu() 407 memcpy(ax->rbuff, orbuff, ax->rcount); in ax_changedmtu() 510 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count); in ax_encaps() 516 ax->xhead = ax->xbuff + actual; in ax_encaps() 673 if (ax) in mkiss_get() 782 if (!ax) in mkiss_close() [all …]
|
| /linux/drivers/net/ethernet/8390/ |
| A D | ax88796.c | 352 ax->speed = 0; in ax_handle_link_change() 353 ax->duplex = -1; in ax_handle_link_change() 416 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_mdc() 428 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_dir() 440 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_set_data() 468 ax->mii_bus = alloc_mdio_bitbang(&ax->bb_ctrl); in ax_mii_init() 523 ax->running = 1; in ax_open() 546 ax->running = 0; in ax_close() 827 if (ax->map2) { in ax_remove() 951 if (!ax->map2) in ax_probe() [all …]
|
| A D | xsurf100.c | 51 struct ax_plat_data ax; member 280 ax88796_data.ax.flags = AXFLG_HAS_EEPROM; in xsurf100_probe() 281 ax88796_data.ax.wordlength = 2; in xsurf100_probe() 282 ax88796_data.ax.dcr_val = 0x48; in xsurf100_probe() 283 ax88796_data.ax.rcr_val = 0x40; in xsurf100_probe() 284 ax88796_data.ax.reg_offsets = reg_offsets; in xsurf100_probe() 285 ax88796_data.ax.check_irq = is_xsurf100_network_irq; in xsurf100_probe() 310 ax88796_data.ax.block_output = xs100_block_output; in xsurf100_probe() 311 ax88796_data.ax.block_input = xs100_block_input; in xsurf100_probe()
|
| /linux/arch/x86/boot/ |
| A D | video-vesa.c | 42 ireg.ax = 0x4f00; in vesa_probe() 46 if (oreg.ax != 0x004f || in vesa_probe() 65 ireg.ax = 0x4f01; in vesa_probe() 70 if (oreg.ax != 0x004f) in vesa_probe() 113 ireg.ax = 0x4f01; in vesa_set_mode() 118 if (oreg.ax != 0x004f) in vesa_set_mode() 136 ireg.ax = 0x4f02; in vesa_set_mode() 140 if (oreg.ax != 0x004f) in vesa_set_mode() 169 ireg.ax = 0x4f08; in vesa_dac_set_8bits() 194 ireg.ax = 0x4f0a; in vesa_store_pm_info() [all …]
|
| A D | video-vga.c | 47 ireg.ax = 0x0f00; 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() 107 ireg.ax = 0x0100; in vga_set_14font() 120 ireg.ax = 0x1201; in vga_set_80x43() 125 ireg.ax = 0x0003; in vga_set_80x43() [all …]
|
| A D | memory.c | 26 ireg.ax = 0xe820; in detect_memory_e820() 77 ireg.ax = 0xe801; in detect_memory_e801() 85 oreg.ax = oreg.cx; in detect_memory_e801() 89 if (oreg.ax > 15*1024) { in detect_memory_e801() 91 } else if (oreg.ax == 15*1024) { in detect_memory_e801() 92 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801() 101 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801() 113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
|
| A D | bioscall.S | 60 movw %cs, %ax 61 movw %ax, %ds 62 movw %ax, %es
|
| /linux/arch/x86/kernel/acpi/ |
| A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax 14 movw %ax, %ss 15 movw %ax, %fs 16 movw %ax, %gs 18 movw $__USER_DS, %ax 19 movw %ax, %ds 20 movw %ax, %es
|
| A D | wakeup_64.S | 30 movw $__KERNEL_DS, %ax 31 movw %ax, %ss 32 movw %ax, %ds 33 movw %ax, %es 34 movw %ax, %fs 35 movw %ax, %gs
|
| /linux/arch/x86/realmode/rm/ |
| A D | trampoline_64.S | 47 mov %cs, %ax # Code and data in the same place 48 mov %ax, %ds 49 mov %ax, %es 50 mov %ax, %ss 91 mov %cs, %ax # Code and data in the same place 92 mov %ax, %ds 93 mov %ax, %es 94 mov %ax, %ss
|
| A D | wakeup_asm.S | 68 movw %cs, %ax 69 movw %ax, %ss 71 movw %ax, %ds 72 movw %ax, %es 73 movw %ax, %fs 74 movw %ax, %gs
|
| A D | reboot.S | 112 andw %ax, %ax 116 movw $0x1000, %ax 117 movw %ax, %ss 119 movw $0x5307, %ax
|
| /linux/arch/x86/platform/olpc/ |
| A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax 40 movw %ax, %ss 41 movw %ax, %ds 42 movw %ax, %es 43 movw %ax, %fs 44 movw %ax, %gs
|
| /linux/arch/x86/entry/ |
| A D | common.c | 50 regs->ax = sys_call_table[unr](regs); in do_syscall_x64() 67 regs->ax = x32_sys_call_table[xnr](regs); in do_syscall_x32() 82 regs->ax = __x64_sys_ni_syscall(regs); in do_syscall_64() 112 regs->ax = ia32_sys_call_table[unr](regs); in do_syscall_32_irqs_on() 114 regs->ax = __ia32_sys_ni_syscall(regs); in do_syscall_32_irqs_on() 167 regs->ax = -EFAULT; in __do_fast_syscall_32()
|
| /linux/arch/x86/include/asm/ |
| A D | syscall.h | 46 regs->ax = regs->orig_ax; in syscall_rollback() 52 unsigned long error = regs->ax; in syscall_get_error() 71 return regs->ax; in syscall_get_return_value() 78 regs->ax = (long) error ?: val; in syscall_set_return_value()
|
| A D | ptrace.h | 33 unsigned long ax; member 75 unsigned long ax; member 114 return regs->ax; in regs_return_value() 119 regs->ax = rc; in regs_set_return_value() 347 offsetof(struct pt_regs, ax), in regs_get_kernel_argument()
|
| /linux/arch/x86/kernel/ |
| A D | sev-shared.c | 160 unsigned int fn = lower_bits(regs->ax, 32); in do_vc_no_ghcb() 172 regs->ax = val >> 32; in do_vc_no_ghcb() 210 if (fn == 0x80000000 && (regs->ax < 0x8000001f)) in do_vc_no_ghcb() 213 else if ((fn == 0x8000001f && !(regs->ax & BIT(1)))) in do_vc_no_ghcb() 465 rax = lower_bits(regs->ax, bits); in vc_handle_ioio() 477 regs->ax = lower_bits(ghcb->save.rax, bits); in vc_handle_ioio() 491 ghcb_set_rax(ghcb, regs->ax); in vc_handle_cpuid() 511 regs->ax = ghcb->save.rax; in vc_handle_cpuid() 534 ctxt->regs->ax = ghcb->save.rax; in vc_handle_rdtsc()
|
| A D | signal.c | 109 regs->ax = sc.ax; in restore_sigcontext() 164 unsafe_put_user(regs->ax, &sc->ax, Efault); in __unsafe_setup_sigcontext() 365 regs->ax = (unsigned long)sig; in __setup_frame() 497 regs->ax = 0; in __setup_rt_frame() 648 return regs->ax; in SYSCALL_DEFINE0() 680 return regs->ax; in SYSCALL_DEFINE0() 800 regs->ax = -EINTR; in handle_signal() 805 regs->ax = -EINTR; in handle_signal() 810 regs->ax = regs->orig_ax; in handle_signal() 881 regs->ax = regs->orig_ax; in arch_do_signal_or_restart() [all …]
|
| /linux/tools/testing/selftests/x86/ |
| A D | syscall_arg_fault.c | 48 long ax = (long)ctx->uc_mcontext.gregs[REG_AX]; in sigsegv_or_sigbus() local 50 if (ax != -EFAULT && ax != -ENOSYS) { in sigsegv_or_sigbus() 52 (unsigned long)ax); in sigsegv_or_sigbus()
|
| A D | check_initial_reg_state.c | 11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable 63 if (ax || bx || cx || dx || si || di || bp in main() 70 SHOW(ax); in main()
|
| /linux/drivers/char/ |
| A D | toshiba.c | 248 unsigned short ax,bx; in tosh_ioctl() local 259 ax = regs.eax & 0xff00; in tosh_ioctl() 262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl() 268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
|
| /linux/arch/x86/ia32/ |
| A D | ia32_signal.c | 77 regs->ax = sc.ax; in ia32_restore_sigcontext() 115 return regs->ax; in COMPAT_SYSCALL_DEFINE0() 143 return regs->ax; in COMPAT_SYSCALL_DEFINE0() 173 unsafe_put_user(regs->ax, &sc->ax, Efault); in __unsafe_setup_sigcontext32() 283 regs->ax = sig; in ia32_setup_frame() 360 regs->ax = sig; in ia32_setup_rt_frame()
|
| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | kprobe_args_syntax.tc | 20 GOODREG=%ax 25 BADREG=%ax 29 BADREG=%ax
|
| /linux/sound/pci/asihpi/ |
| A D | hpioctl.c | 439 && hr.u.ax.mode.adapter_mode == HPI_ADAPTER_MODE_LOW_LATENCY) in asihpi_adapter_probe() 450 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_SUPPORTS_IRQ; in asihpi_adapter_probe() 452 if (hr.error || !hr.u.ax.property_get.parameter1) { in asihpi_adapter_probe() 479 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_probe() 480 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_probe() 481 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_probe() 543 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_remove() 544 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_remove() 545 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_remove()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | Kconfig | 3 tristate "Realtek 802.11ax wireless chips support" 7 enables Realtek IEEE 802.11ax wireless chipsets. 27 802.11ax PCIe wireless network adapter
|