| /f-stack/freebsd/amd64/acpica/ |
| H A D | acpi_wakecode.S | 64 mov %cs, %ax /* copy %cs to %ds. Remember these */ 65 mov %ax, %ds /* are offsets rather than selectors */ 66 mov %ax, %ss 68 xorw %ax, %ax 69 pushw %ax 87 movw $0x4c0, %ax 89 shrw $8, %ax 149 mov %ax, %ds 230 mov %ax, %ds
|
| /f-stack/freebsd/i386/acpica/ |
| H A D | acpi_wakecode.S | 60 mov %cs, %ax /* copy %cs to %ds. Remember these */ 61 mov %ax, %ds /* are offsets rather than selectors */ 62 mov %ax, %ss 82 movw $0x4c0, %ax 84 shrw $8, %ax 144 mov %ax, %ds
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mpboot.s | 158 mov %cs, %ax 159 mov %ax, %ds 160 mov %ax, %es 161 mov %ax, %fs 162 mov %ax, %gs 163 mov %ax, %ss
|
| H A D | swtch.s | 402 mov %ax,%ds 404 mov %ax,%es 406 mov %ax,%fs 408 movw %ax,%gs 410 mov %ax,%ss 434 ltr %ax
|
| H A D | locore.s | 100 mov %ds, %ax 101 mov %ax, %fs 102 mov %ax, %gs
|
| H A D | support.s | 303 movw %ax,%dx
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mpboot.S | 45 mov %cs, %ax /* copy %cs to %ds. Remember these */ 46 mov %ax, %ds /* are offsets rather than selectors */ 47 mov %ax, %ss 91 mov %ax, %ds
|
| H A D | cpu_switch.S | 170 ld_ldt: lldt %ax 175 movw %ax,2(%rdx) 184 movw %ax,2(%rdx) 290 ltr %ax 402 movw %ax,%ds 403 movw %ax,%es 404 movw %ax,%ss 406 movw %ax,%fs 408 movw %ax,%gs 465 movw PCB_TR(%rdi),%ax [all …]
|
| H A D | xen-locore.S | 108 movw $GDT_DATA, %ax 109 movw %ax, %ds 110 movw %ax, %es 111 movw %ax, %ss
|
| H A D | exception.S | 1194 movw TF_FS(%rsp),%ax 1197 movw %ax,%fs 1198 cmpw $KUF32SEL,%ax 1292 movw $KUDSEL,%ax 1293 movw %ax,TF_DS(%rsp) 1294 movw %ax,TF_ES(%rsp)
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-x86_64/ |
| H A D | atomic.S | 84 movw (%rdi), %ax 168 movw (%rdi), %ax 353 movw (%rdi), %ax 356 addw %ax, %cx 411 movw (%rdi), %ax 414 subw %ax, %cx 469 movw (%rdi), %ax 472 andw %ax, %cx 525 movw (%rdi), %ax 528 orw %ax, %cx [all …]
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 113 do_cpuid(u_int ax, u_int *p) in do_cpuid() argument 117 : "0" (ax)); in do_cpuid() 121 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() argument 125 : "0" (ax), "c" (cx)); in cpuid_count() 129 do_cpuid(u_int ax, u_int *p) in do_cpuid() argument 137 : "0" (ax)); in do_cpuid() 141 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() argument 149 : "0" (ax), "c" (cx)); in cpuid_count() 761 void cpuid_count(u_int ax, u_int cx, u_int *p); 763 void do_cpuid(u_int ax, u_int *p);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | bcm-ns-usb3-phy.txt | 5 - compatible: one of: "brcm,ns-ax-usb3-phy", "brcm,ns-bx-usb3-phy". 25 compatible = "brcm,ns-ax-usb3-phy";
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-i386/ |
| H A D | atomic.S | 83 movw (%edx), %ax 186 movw (%edx), %ax 394 movw (%edx), %ax 397 addw %ax, %cx 443 movw (%edx), %ax 446 subw %ax, %cx 544 movw (%edx), %ax 547 orw %ax, %cx 620 movw (%edx), %ax 623 andw %ax, %cx [all …]
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 111 do_cpuid(u_int ax, u_int *p) in do_cpuid() argument 115 : "0" (ax)); in do_cpuid() 119 cpuid_count(u_int ax, u_int cx, u_int *p) in cpuid_count() argument 123 : "0" (ax), "c" (cx)); in cpuid_count() 951 void cpuid_count(u_int ax, u_int cx, u_int *p); 953 void do_cpuid(u_int ax, u_int *p);
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_image_filter_module.c | 822 int sx, sy, dx, dy, ox, oy, ax, ay, size, in ngx_http_image_resize() local 949 ax = (dx % 2 == 0) ? 1 : 0; in ngx_http_image_resize() 963 oy = dx / 2 - ax; in ngx_http_image_resize() 967 oy = dx / 2 + ax; in ngx_http_image_resize() 971 dx + ax, dy + ay, ctx->angle); in ngx_http_image_resize() 985 gdImageCopyRotated(dst, src, dx / 2 - ax, dy / 2 - ay, 0, 0, in ngx_http_image_resize() 986 dx + ax, dy + ay, ctx->angle); in ngx_http_image_resize()
|
| /f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/ |
| H A D | gvmat64.S | 476 or ax,ax
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/ |
| H A D | qcom,ath11k.yaml | 15 These are dt entries for Qualcomm Technologies, Inc. IEEE 802.11ax
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm5301x.dtsi | 374 compatible = "brcm,ns-ax-usb3-phy";
|