Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 106 of 106) sorted by relevance

/linux-4.4.14/drivers/net/hamradio/
Dmkiss.c245 static void ax_bump(struct mkiss *ax) in ax_bump() argument
250 spin_lock_bh(&ax->buflock); in ax_bump()
251 if (ax->rbuff[0] > 0x0f) { in ax_bump()
252 if (ax->rbuff[0] & 0x80) { in ax_bump()
253 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump()
254 ax->dev->stats.rx_errors++; in ax_bump()
255 spin_unlock_bh(&ax->buflock); in ax_bump()
259 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump()
262 ax->dev->name); in ax_bump()
263 ax->crcmode = CRC_MODE_SMACK; in ax_bump()
[all …]
/linux-4.4.14/drivers/net/ethernet/8390/
Dax88796.c322 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change() local
323 struct phy_device *phy_dev = ax->phy_dev; in ax_handle_link_change()
326 if (phy_dev->link && ((ax->speed != phy_dev->speed) || in ax_handle_link_change()
327 (ax->duplex != phy_dev->duplex))) { in ax_handle_link_change()
329 ax->speed = phy_dev->speed; in ax_handle_link_change()
330 ax->duplex = phy_dev->duplex; in ax_handle_link_change()
334 if (phy_dev->link != ax->link) { in ax_handle_link_change()
336 ax->speed = 0; in ax_handle_link_change()
337 ax->duplex = -1; in ax_handle_link_change()
339 ax->link = phy_dev->link; in ax_handle_link_change()
[all …]
/linux-4.4.14/drivers/isdn/hisax/
Dbkm_a8.c80 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80)); in ReadISAC()
86 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80, value); in WriteISAC()
92 readfifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size); in ReadISACfifo()
98 writefifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size); in WriteISACfifo()
105 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0))); in ReadHSCX()
111 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0), value); in WriteHSCX()
119 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, IPAC_MASK, in set_ipac_active()
127 #define READHSCX(cs, nr, reg) readreg(cs->hw.ax.base, \
128 cs->hw.ax.data_adr, reg + (nr ? 0x40 : 0))
129 #define WRITEHSCX(cs, nr, reg, data) writereg(cs->hw.ax.base, \
[all …]
Dbkm_a4t.c76 return (readreg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset)); in ReadISAC()
82 writereg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset, value); in WriteISAC()
88 readfifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size); in ReadISACfifo()
94 writefifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size); in WriteISACfifo()
100 …return (readreg(cs->hw.ax.jade_ale, cs->hw.ax.jade_adr, offset + (jade == -1 ? 0 : (jade ? 0xC0 : … in ReadJADE()
106 …writereg(cs->hw.ax.jade_ale, cs->hw.ax.jade_adr, offset + (jade == -1 ? 0 : (jade ? 0xC0 : 0x80)),… in WriteJADE()
113 #define READJADE(cs, nr, reg) readreg(cs->hw.ax.jade_ale, \
114 cs->hw.ax.jade_adr, reg + (nr == -1 ? 0 : (nr ? 0xC0 : 0x80)))
115 #define WRITEJADE(cs, nr, reg, data) writereg(cs->hw.ax.jade_ale, \
116 cs->hw.ax.jade_adr, reg + (nr == -1 ? 0 : (nr ? 0xC0 : 0x80)), data)
[all …]
Dhisax.h916 struct bkm_hw ax; member
/linux-4.4.14/arch/x86/boot/
Dvideo-vga.c49 ireg.ax = 0x0f00; in vga_set_basic_mode()
57 ireg.ax = mode; /* AH=0: set mode */ in vga_set_basic_mode()
71 ireg.ax = 0x1112; in vga_set_8font()
76 ireg.ax = 0x1200; in vga_set_8font()
81 ireg.ax = 0x1201; in vga_set_8font()
86 ireg.ax = 0x0100; in vga_set_8font()
99 ireg.ax = 0x1111; in vga_set_14font()
104 ireg.ax = 0x1201; in vga_set_14font()
109 ireg.ax = 0x0100; in vga_set_14font()
122 ireg.ax = 0x1201; in vga_set_80x43()
[all …]
Dvideo-vesa.c44 ireg.ax = 0x4f00; in vesa_probe()
48 if (oreg.ax != 0x004f || in vesa_probe()
67 ireg.ax = 0x4f01; in vesa_probe()
72 if (oreg.ax != 0x004f) in vesa_probe()
115 ireg.ax = 0x4f01; in vesa_set_mode()
120 if (oreg.ax != 0x004f) in vesa_set_mode()
138 ireg.ax = 0x4f02; in vesa_set_mode()
142 if (oreg.ax != 0x004f) in vesa_set_mode()
171 ireg.ax = 0x4f08; in vesa_dac_set_8bits()
174 if (oreg.ax == 0x004f) in vesa_dac_set_8bits()
[all …]
Dmemory.c28 ireg.ax = 0xe820; in detect_memory_e820()
79 ireg.ax = 0xe801; in detect_memory_e801()
87 oreg.ax = oreg.cx; in detect_memory_e801()
91 if (oreg.ax > 15*1024) { in detect_memory_e801()
93 } else if (oreg.ax == 15*1024) { in detect_memory_e801()
94 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801()
103 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801()
117 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
Dbioscall.S63 movw %cs, %ax
64 movw %ax, %ds
65 movw %ax, %es
Dheader.S55 movw %cs, %ax
56 movw %ax, %ds
57 movw %ax, %es
58 movw %ax, %ss
76 xorw %ax, %ax
468 cmpw %ax, %dx # %ds == %ss?
Dmain.c74 ireg.ax = 0x0305; /* Set keyboard repeat rate */ in keyboard_init()
91 ireg.ax = 0xe980; /* IST Support */ in query_ist()
110 ireg.ax = 0xec00; in set_bios_mode()
Dapm.c47 boot_params.apm_bios_info.cseg = oreg.ax; in query_apm_bios()
71 boot_params.apm_bios_info.version = oreg.ax; in query_apm_bios()
Dcopy.S23 movw %ax, %di
38 movw %ax, %di
Da20.c96 ireg.ax = 0x2401; in enable_a20_bios()
Dvideo-bios.c56 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode()
Dedd.c30 ireg.ax = 0x0201; /* Legacy Read, one sector */ in read_mbr()
Dboot.h253 u16 ax, hax; member
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_32.S13 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
Dwakeup_64.S21 movw $__KERNEL_DS, %ax
22 movw %ax, %ss
23 movw %ax, %ds
24 movw %ax, %es
25 movw %ax, %fs
26 movw %ax, %gs
/linux-4.4.14/arch/cris/arch-v10/lib/
Dchecksum.S40 ax
42 ax
44 ax
46 ax
48 ax
50 ax
52 ax
54 ax
56 ax
62 ax
Dchecksumcopy.S46 ax
48 ax
50 ax
52 ax
54 ax
56 ax
58 ax
60 ax
62 ax
68 ax
/linux-4.4.14/arch/x86/net/
Dbpf_jit.S56 rol $8,%ax # ntohs()
97 mov - MAX_BPF_STACK + 32(%rbp),%ax
98 rol $8,%ax
99 movzwl %ax,%eax
136 mov (%rax),%ax
137 rol $8,%ax
138 movzwl %ax,%eax
/linux-4.4.14/arch/x86/realmode/rm/
Dwakeup_asm.S67 movw %cs, %ax
68 movw %ax, %ss
70 movw %ax, %ds
71 movw %ax, %es
72 movw %ax, %fs
73 movw %ax, %gs
Dreboot.S110 andw %ax, %ax
114 movw $0x1000, %ax
115 movw %ax, %ss
117 movw $0x5307, %ax
Dtrampoline_64.S45 mov %cs, %ax # Code and data in the same place
46 mov %ax, %ds
47 mov %ax, %es
48 mov %ax, %ss
Dtrampoline_32.S36 mov %cs, %ax # Code and data in the same place
37 mov %ax, %ds
/linux-4.4.14/arch/x86/platform/olpc/
Dxo1-wakeup.S38 movw $__KERNEL_DS, %ax
39 movw %ax, %ss
40 movw %ax, %ds
41 movw %ax, %es
42 movw %ax, %fs
43 movw %ax, %gs
/linux-4.4.14/drivers/usb/wusbcore/
Dcrypto.c208 struct aes_ccm_a ax; in wusb_ccm_mac() local
222 WARN_ON(sizeof(ax) != sizeof(struct aes_ccm_block)); in wusb_ccm_mac()
279 ax.flags = 0x01; /* as per WUSB 1.0 spec */ in wusb_ccm_mac()
280 ax.ccm_nonce = *n; in wusb_ccm_mac()
281 ax.counter = 0; in wusb_ccm_mac()
282 crypto_cipher_encrypt_one(tfm_aes, (void *)&ax, (void *)&ax); in wusb_ccm_mac()
283 bytewise_xor(mic, &ax, iv, 8); in wusb_ccm_mac()
/linux-4.4.14/drivers/char/
Dtoshiba.c261 unsigned short ax,bx; in tosh_ioctl() local
272 ax = regs.eax & 0xff00; in tosh_ioctl()
275 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl()
281 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
/linux-4.4.14/arch/x86/kernel/
Dsignal.c84 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in restore_sigcontext()
143 put_user_ex(regs->ax, &sc->ax); in setup_sigcontext()
328 regs->ax = (unsigned long)sig; in __setup_frame()
394 regs->ax = (unsigned long)sig; in __setup_rt_frame()
452 regs->ax = 0; in __setup_rt_frame()
559 return regs->ax; in sys_sigreturn()
588 return regs->ax; in sys_rt_sigreturn()
646 regs->ax = -EINTR; in handle_signal()
651 regs->ax = -EINTR; in handle_signal()
656 regs->ax = regs->orig_ax; in handle_signal()
[all …]
Dperf_regs.c19 PT_REGS_OFFSET(PERF_REG_X86_AX, ax),
138 regs_user_copy->ax = user_regs->ax; in perf_get_regs_user()
Dvm86_32.c76 #define AL(regs) (((unsigned char *)&((regs)->pt.ax))[0])
77 #define AH(regs) (((unsigned char *)&((regs)->pt.ax))[1])
129 put_user_ex(regs->pt.ax, &user->regs.eax); in save_v86_state()
158 regs->pt.ax = retval; in save_v86_state()
284 get_user_ex(vm86regs.pt.ax, &user_vm86->regs.eax); in do_sys_vm86()
370 return regs->ax; in do_sys_vm86()
Dprocess_32.c92 regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs()
160 childregs->ax = 0; in copy_thread_tls()
Ddoublefault.c41 t->ax, t->bx, t->cx, t->dx); in doublefault_fn()
Dhead_32.S509 movw %dx,%ax /* selector = 0x0010 = cs */
585 movw %ax,2(%esp) /* clean up the segment values on some cpus */
586 movw %ax,6(%esp)
587 movw %ax,34(%esp)
Dasm-offsets.c46 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common()
Dasm-offsets_32.c35 OFFSET(PT_EAX, pt_regs, ax); in foo()
Dprocess_64.c70 regs->ax, regs->bx, regs->cx); in __show_regs()
191 childregs->ax = 0; in copy_thread_tls()
Dptrace.c79 REG_OFFSET_NAME(ax),
129 [0] = offsetof(struct pt_regs, ax),
967 R32(eax, ax); in putreg32()
1037 R32(eax, ax); in getreg32()
Dkgdb.c56 { "ax", 4, offsetof(struct pt_regs, ax) },
71 { "ax", 8, offsetof(struct pt_regs, ax) },
/linux-4.4.14/arch/x86/include/asm/
Dsyscall.h51 regs->ax = regs->orig_ax; in syscall_rollback()
57 unsigned long error = regs->ax; in syscall_get_error()
76 return regs->ax; in syscall_get_return_value()
83 regs->ax = (long) error ?: val; in syscall_set_return_value()
Dptrace.h18 unsigned long ax; member
49 unsigned long ax; member
94 return regs->ax; in regs_return_value()
Da.out-core.h48 dump->regs.ax = regs->ax; in aout_dump_thread()
Dkexec.h106 asm volatile("movl %%eax,%0" : "=m"(newregs->ax)); in crash_setup_regs()
120 asm volatile("movq %%rax,%0" : "=m"(newregs->ax)); in crash_setup_regs()
Delf.h112 _r->ax = 0; \
128 pr_reg[6] = regs->ax; \
218 (pr_reg)[10] = (regs)->ax; \
Duser_32.h84 unsigned long ax; member
Duser_64.h79 unsigned long ax; member
Dasm.h36 #define _ASM_AX __ASM_REG(ax)
Dprocessor.h243 unsigned long ax; member
/linux-4.4.14/sound/pci/asihpi/
Dhpioctl.c431 && hr.u.ax.mode.adapter_mode == HPI_ADAPTER_MODE_LOW_LATENCY) in asihpi_adapter_probe()
442 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_SUPPORTS_IRQ; in asihpi_adapter_probe()
444 if (hr.error || !hr.u.ax.property_get.parameter1) { in asihpi_adapter_probe()
471 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_probe()
472 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_probe()
473 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_probe()
534 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_remove()
535 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_remove()
536 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_remove()
Dhpi6000.c561 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj()
562 pao->index = hr0.u.ax.info.adapter_index; in create_adapter_obj()
617 phr->u.ax.assert.p1 = in adapter_get_asserts()
619 phr->u.ax.assert.p2 = 0; in adapter_get_asserts()
620 phr->u.ax.assert.count = 1; /* assert count */ in adapter_get_asserts()
621 phr->u.ax.assert.dsp_index = -1; /* "dsp index" */ in adapter_get_asserts()
622 strcpy(phr->u.ax.assert.sz_message, "PCI2040 error"); in adapter_get_asserts()
623 phr->u.ax.assert.dsp_msg_addr = 0; in adapter_get_asserts()
1786 phr->u.ax.assert.dsp_index = 0; /* dsp 0 default */ in hw_message()
1788 if (!phr->u.ax.assert.count) { in hw_message()
[all …]
Dhpifunc.c176 hm.u.ax.mode.adapter_mode = adapter_mode; in hpi_adapter_set_mode_ex()
177 hm.u.ax.mode.query_or_set = query_or_set; in hpi_adapter_set_mode_ex()
191 *padapter_mode = hr.u.ax.mode.adapter_mode; in hpi_adapter_get_mode()
207 *pw_adapter_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_info()
208 *pw_num_outstreams = hr.u.ax.info.num_outstreams; in hpi_adapter_get_info()
209 *pw_num_instreams = hr.u.ax.info.num_instreams; in hpi_adapter_get_info()
210 *pw_version = hr.u.ax.info.version; in hpi_adapter_get_info()
211 *pserial_number = hr.u.ax.info.serial_number; in hpi_adapter_get_info()
225 hm.u.ax.module_info.index = module_index; in hpi_adapter_get_module_by_index()
229 *pw_module_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_module_by_index()
[all …]
Dhpimsgx.c613 aDAPTER_INFO[adapter].num_outstreams = hr.u.ax.info.num_outstreams; in adapter_prepare()
614 aDAPTER_INFO[adapter].num_instreams = hr.u.ax.info.num_instreams; in adapter_prepare()
615 aDAPTER_INFO[adapter].type = hr.u.ax.info.adapter_type; in adapter_prepare()
Dhpi_internal.h1019 union hpi_adapterx_msg ax; member
1081 union hpi_adapterx_res ax; member
1190 union hpi_adapterx_msg ax; member
1209 union hpi_adapterx_res ax; member
Dhpi6205.c660 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj()
661 pao->index = hr.u.ax.info.adapter_index; in create_adapter_obj()
664 hr.u.ax.info.num_outstreams + in create_adapter_obj()
665 hr.u.ax.info.num_instreams; in create_adapter_obj()
669 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, in create_adapter_obj()
670 hr.u.ax.info.serial_number); in create_adapter_obj()
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
60 self.ax = ax
/linux-4.4.14/arch/x86/ia32/
Dia32_signal.c93 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in ia32_restore_sigcontext()
134 return regs->ax; in sys32_sigreturn()
162 return regs->ax; in sys32_rt_sigreturn()
192 put_user_ex(regs->ax, &sc->ax); in ia32_setup_sigcontext()
315 regs->ax = sig; in ia32_setup_frame()
394 regs->ax = sig; in ia32_setup_rt_frame()
Dia32_aout.c86 dump->regs.eax = regs->ax; in dump_thread32()
/linux-4.4.14/arch/x86/lguest/
Dboot.c422 static void lguest_cpuid(unsigned int *ax, unsigned int *bx, in lguest_cpuid() argument
425 int function = *ax; in lguest_cpuid()
427 native_cpuid(ax, bx, cx, dx); in lguest_cpuid()
434 if (*ax > 5) in lguest_cpuid()
435 *ax = 5; in lguest_cpuid()
460 *ax &= 0xFFFFF0FF; in lguest_cpuid()
461 *ax |= 0x00000500; in lguest_cpuid()
477 if (*ax > 0x80000008) in lguest_cpuid()
478 *ax = 0x80000008; in lguest_cpuid()
/linux-4.4.14/arch/x86/xen/
Denlighten.c306 static void xen_cpuid(unsigned int *ax, unsigned int *bx, in xen_cpuid() argument
317 switch (*ax) { in xen_cpuid()
326 *ax = 0; in xen_cpuid()
344 : "=a" (*ax), in xen_cpuid()
348 : "0" (*ax), "2" (*cx)); in xen_cpuid()
366 unsigned int ax, bx, cx, dx; in xen_check_mwait() local
387 ax = 1; in xen_check_mwait()
390 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
402 ax = CPUID_MWAIT_LEAF; in xen_check_mwait()
407 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
[all …]
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt91 Following example shows how to dump the instruction pointer and %ax register
103 # echo 'p:zfree_entry /bin/zsh:0x46420 %ip %ax' > uprobe_events
107 # echo 'r:zfree_exit /bin/zsh:0x46420 %ip %ax' >> uprobe_events
114 p:uprobes/zfree_entry /bin/zsh:0x00046420 arg1=%ip arg2=%ax
115 r:uprobes/zfree_exit /bin/zsh:0x00046420 arg1=%ip arg2=%ax
158 and contents of ax register being 79. And uretprobe was triggered with ip at
Dkprobetrace.txt100 …echo 'p:myprobe do_sys_open dfd=%ax filename=%dx flags=%cx mode=+4($stack)' > /sys/kernel/debug/tr…
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c87 u16 ax; in flexcop_set_tone() local
93 ax = 0x01ff; in flexcop_set_tone()
96 ax = 0; in flexcop_set_tone()
104 v.lnb_switch_freq_200.LNB_CTLHighCount_sig = ax; in flexcop_set_tone()
105 v.lnb_switch_freq_200.LNB_CTLLowCount_sig = ax == 0 ? 0x1ff : ax; in flexcop_set_tone()
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_64.c78 regs->sp, regs->ax, regs->si, regs->di); in warn_bad_vsyscall()
209 regs->ax = -ENOSYS; in emulate_vsyscall()
265 regs->ax = ret; in emulate_vsyscall()
/linux-4.4.14/scripts/dtc/
Dlivetree.c576 static int cmp_reserve_info(const void *ax, const void *bx) in cmp_reserve_info() argument
580 a = *((const struct reserve_info * const *)ax); in cmp_reserve_info()
625 static int cmp_prop(const void *ax, const void *bx) in cmp_prop() argument
629 a = *((const struct property * const *)ax); in cmp_prop()
661 static int cmp_subnode(const void *ax, const void *bx) in cmp_subnode() argument
665 a = *((const struct node * const *)ax); in cmp_subnode()
/linux-4.4.14/arch/sh/lib64/
Dmemset.S20 .section .text..SHmedia32,"ax"
/linux-4.4.14/arch/x86/um/
Dchecksum_32.S66 addw %bx, %ax
144 20: addw (%esi), %ax
157 addw (%esi), %ax # csumming 2 bytes, 2-aligned
Dsignal.c181 GETREG(AX, ax); in copy_sc_from_user()
270 PUTREG(AX, ax); in copy_sc_to_user()
/linux-4.4.14/drivers/lguest/x86/
Dswitcher_32.S300 xorw %ax, %ax
Dcore.c200 case offsetof(struct pt_regs, ax): in lguest_arch_regptr()
/linux-4.4.14/arch/x86/entry/
Dcommon.c309 trace_sys_exit(regs, regs->ax); in syscall_slow_exit_work()
390 regs->ax = ia32_sys_call_table[nr]( in do_syscall_32_irqs_on()
448 regs->ax = -EFAULT; in do_fast_syscall_32()
Dentry_32.S415 mov %dx, %ax /* eax: new kernel esp */
456 cmpw $__ESPFIX_SS, %ax
996 cmpw $__ESPFIX_SS, %ax
/linux-4.4.14/arch/metag/include/uapi/asm/
Dptrace.h69 unsigned long ax[4][2]; member
/linux-4.4.14/kernel/
Dauditsc.c2304 struct audit_aux_data_bprm_fcaps *ax; in __audit_log_bprm_fcaps() local
2308 ax = kmalloc(sizeof(*ax), GFP_KERNEL); in __audit_log_bprm_fcaps()
2309 if (!ax) in __audit_log_bprm_fcaps()
2312 ax->d.type = AUDIT_BPRM_FCAPS; in __audit_log_bprm_fcaps()
2313 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2314 context->aux = (void *)ax; in __audit_log_bprm_fcaps()
2318 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()
2319 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2320 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()
2321 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()
[all …]
/linux-4.4.14/arch/x86/mm/
Dpf_in.c258 rv = (unsigned char *)&regs->ax; in get_reg_w8()
326 rv = 1 + (unsigned char *)&regs->ax; in get_reg_w8()
354 rv = &regs->ax; in get_reg_w32()
Dmmio-mod.c130 regs->ax, regs->bx, regs->cx, regs->dx); in die_kmmio_nesting_error()
135 regs->ax, regs->cx, regs->dx); in die_kmmio_nesting_error()
Dmpx.c74 offsetof(struct pt_regs, ax), in get_reg_offset()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c191 u64 ax, bx, cx, dx; member
199 u64 ax, bx, cx, dx; member
211 u64 ax, bx, cx, dx; member
240 u64 ax, bx, cx, dx; member
975 if ((txn & PERF_TXN_TRANSACTION) && (pebs->ax & 1)) in intel_hsw_transaction()
976 txn |= ((pebs->ax >> 24) & 0xff) << PERF_TXN_ABORT_SHIFT; in intel_hsw_transaction()
1049 regs->ax = pebs->ax; in setup_pebs_sample_data()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dsigcontext.h213 __u32 ax; member
251 __u64 ax; member
/linux-4.4.14/arch/x86/kvm/
Dtss.h44 u16 ax; member
Demulate.c336 FOP1E(op##w, ax) \
365 FOP2E(op##w, ax, dx) \
374 FOP2E(op##w, ax, dx) \
383 FOP2E(op##w, ax, cl) \
392 FOP2E(op##w, dx, ax) \
404 FOP3E(op##w, ax, dx, cl) \
2879 tss->ax = reg_read(ctxt, VCPU_REGS_RAX); in save_state_to_tss16()
2903 *reg_write(ctxt, VCPU_REGS_RAX) = tss->ax; in load_state_from_tss16()
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S78 addw %bx, %ax
161 20: addw (%esi), %ax
189 addw (%esi), %ax # csumming 2 bytes, 2-aligned
304 addw %bx, %ax
Dputuser.S54 2: movw %ax,(%_ASM_CX)
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt79 ".section .fixup,\"ax\"\n"
93 ".section .fixup,\"ax\"\n"
107 ".section .fixup,\"ax\"\n"
140 > .section .fixup,"ax"
227 .section .fixup,"ax"
/linux-4.4.14/arch/x86/math-emu/
Dreg_u_mul.S108 movw %ax,EXP(%edi)
Dfpu_system.h55 #define FPU_EAX (FPU_info->regs->ax)
Dget_address.c32 offsetof(struct pt_regs, ax),
/linux-4.4.14/arch/x86/include/asm/xen/
Dinterface_64.h109 __DECL_REG(ax);
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S167 lldt %ax
169 ltr %ax
Defi_thunk_64.S163 lldt %ax
/linux-4.4.14/crypto/async_tx/
Dasync_raid6_recov.c40 u8 ax, bx; in async_sum_product() local
88 ax = amul[*a++]; in async_sum_product()
90 *c++ = ax ^ bx; in async_sum_product()
/linux-4.4.14/arch/metag/include/asm/
Dprocessor.h61 TBIDUAL ax[TBICTXEXTAXX_BYTES / sizeof(TBIDUAL)]; member
/linux-4.4.14/samples/bpf/
Dbpf_helpers.h80 #define PT_REGS_RC(x) ((x)->ax)
/linux-4.4.14/arch/x86/crypto/
Daes-x86_64-asm_64.S23 #define R1X %ax
/linux-4.4.14/include/linux/
Dparport.h56 struct ax_parport_state ax; member
/linux-4.4.14/Documentation/ia64/
Dxen.txt58 # cp -ax /{dev,var,etc,usr,bin,sbin,lib} /mnt
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt286 symbolic names, e.g. on x86, ax, si. To list the available registers use
288 --intr-regs=ax,bx. The list of register is architecture dependent.
Dperf-probe.txt157 …ray[0], var->pointer[2]), or kprobe-tracer argument format (e.g. $retval, %ax, etc). Note that the…
/linux-4.4.14/arch/arm/mach-pxa/
DKconfig143 Basix, Connex, ws-200ax, ws-400ax systems
/linux-4.4.14/firmware/
DMakefile39 bnx2/bnx2-rv2p-09ax-6.0.17.fw \
DWHENCE659 File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
/linux-4.4.14/Documentation/networking/
D6pack.txt121 the 6pack port is called sp instead of sl or ax. So, sp0 would be the
/linux-4.4.14/arch/s390/kvm/
Dgaccess.c249 unsigned long ax : 16; /* Authorization Index */ member
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt79 mov ax, gs:[x]
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c67 wrmsrl(HV_X64_MSR_CRASH_P1, regs->ax); in hyperv_report_panic()
/linux-4.4.14/
DMAINTAINERS10351 F: arch/arc/boot/dts/ax*