Searched refs:dx (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/pexpert/arm/ |
| H A D | pe_init.c | 230 default_progress.dx = 0; in PE_initialize_console() 282 default_noroot.dx = 0; in PE_init_iokit() 324 delta = &default_progress.dx; in PE_init_iokit() 803 uint32_t tmp = default_progress.dx; in pe_prepare_images() 804 default_progress.dx = default_progress.dy; in pe_prepare_images() 836 default_progress.dx *= scale; in pe_prepare_images()
|
| /xnu-12377.1.9/osfmk/i386/ |
| H A D | asm.h | 142 #define INB inb %dx, %al 143 #define OUTB outb %al, %dx 144 #define INL inl %dx, %eax 145 #define OUTL outl %eax, %dx
|
| /xnu-12377.1.9/osfmk/console/ |
| H A D | video_console.h | 112 int dx; member
|
| H A D | video_console.c | 2421 x = desc->dx; in vc_display_icon() 2696 x = (vc_progress->dx * vc_uiscale); in vc_progress_task()
|
| /xnu-12377.1.9/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 468 mov %dx, (next_low_bits) // save next_low_bits 586 mov %dx, 4(dest_buf) // store the byte index 594 mov %dx, 4(dest_buf) // store the byte index
|
| /xnu-12377.1.9/pexpert/i386/ |
| H A D | pe_init.c | 149 default_noroot.dx = 0; in PE_init_iokit() 174 default_noroot.dx = 0; in PE_init_iokit()
|
| /xnu-12377.1.9/tests/ |
| H A D | ldt_code32.s | 45 movw %cs, %dx
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf.c | 8351 int dx, action; in pf_test_state_icmp() local 8374 dx = direction; in pf_test_state_icmp() 8401 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8405 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8410 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8415 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp()
|