Searched refs:dx (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_init.c | 212 default_progress.dx = 0; in PE_initialize_console() 261 default_noroot.dx = 0; in PE_init_iokit() 303 delta = &default_progress.dx; in PE_init_iokit() 744 uint32_t tmp = default_progress.dx; in pe_prepare_images() 745 default_progress.dx = default_progress.dy; in pe_prepare_images() 777 default_progress.dx *= scale; in pe_prepare_images()
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/console/ |
| H A D | video_console.h | 112 int dx; member
|
| H A D | video_console.c | 2434 x = desc->dx; in vc_display_icon() 2709 x = (vc_progress->dx * vc_uiscale); in vc_progress_task()
|
| /xnu-8019.80.24/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-8019.80.24/pexpert/i386/ |
| H A D | pe_init.c | 147 default_noroot.dx = 0; in PE_init_iokit() 172 default_noroot.dx = 0; in PE_init_iokit()
|
| /xnu-8019.80.24/tests/ |
| H A D | ldt_code32.s | 45 movw %cs, %dx
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | pf.c | 8183 int dx, action; in pf_test_state_icmp() local 8206 dx = direction; in pf_test_state_icmp() 8233 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8237 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8242 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8247 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp()
|