Searched refs:AX (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/arch/x86/tests/ |
| H A D | regs_load.S | 4 #define AX 0 macro 32 movq %rax, AX(%rdi) 68 movl %eax, AX(%edi)
|
| /linux/kernel/bpf/ |
| H A D | core.c | 64 #define AX regs[BPF_REG_AX] macro 1922 div64_u64_rem(DST, SRC, &AX); in ___bpf_prog_run() 1923 DST = AX; in ___bpf_prog_run() 1926 AX = div64_s64(DST, SRC); in ___bpf_prog_run() 1927 DST = DST - AX * SRC; in ___bpf_prog_run() 1934 AX = (u32) DST; in ___bpf_prog_run() 1935 DST = do_div(AX, (u32) SRC); in ___bpf_prog_run() 1938 AX = abs_s32((s32)DST); in ___bpf_prog_run() 1939 AX = do_div(AX, abs_s32((s32)SRC)); in ___bpf_prog_run() 1941 DST = (u32)-AX; in ___bpf_prog_run() [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | smsc47b397.rst | 59 MOV AX,25H 150 MOV AX,055H 161 MOV AX,0AAH 178 MOV AX,055H 196 MOV AX,0AAH
|
| /linux/arch/x86/um/ |
| H A D | signal.c | 62 GETREG(AX, ax); in copy_sc_from_user() 134 PUTREG(AX, ax); in copy_sc_to_user()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 54 R(AX); in ptrace_reg_name() 71 R(AX); in ptrace_reg_name()
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-ali15x3.rst | 61 - Gigabyte GA-5AX (Generally doesn't work because the BIOS doesn't
|
| /linux/drivers/zorro/ |
| H A D | zorro.ids | 179 0500 AX-S [Miscellaneous Expansion Card]
|
| /linux/Documentation/admin-guide/ |
| H A D | svga.rst | 127 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-probe.txt | 208 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not valid.
|
| /linux/ |
| H A D | CREDITS | 832 D: Original Appletalk, AX.25, and IPX code 1017 S: PR4 6AX 1491 D: Various AX.25/ROSE/NETROM + hamradio driver patches 2196 D: 6pack driver for AX.25 2994 D: AX.25, NET/ROM and ROSE amateur radio protocol suites 3404 D: Generic Z8530 driver, AX.25 DAMA slave implementation 3405 D: Several AX.25 hacks
|
| /linux/drivers/net/ |
| H A D | Kconfig | 18 AX.25/KISS for sending Internet traffic over amateur radio links.
|