Searched refs:es (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c51 swapfunc(char *a, char *b, size_t es) argument
59 } while (--es > 0);
80 local_qsort(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk) argument
93 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es)
95 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
96 pl -= es)
97 swapfunc(pl, pl - es, es);
190 qsort(void *a, size_t n, size_t es, cmp_t *cmp) argument
[all...]
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S57 // enter real mode (clobbers %eax, %ds, %es, %fs, %gs, %ss, %sp)
77 movw %ax, %es
79 lcall * %es:(%bx)
H A Dpxe_stage2.S36 movw %ax, %es
96 mov %ax, %es
132 pushw %es
144 movw %bx, %es
148 popw %es
H A Dsmp_trampoline.S39 mov %ax, %es
/haiku/headers/private/kernel/arch/x86/32/
H A Diframe.h16 uint32 es; member in struct:iframe
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S70 pop %es
106 * The data is loaded to %es:%bx. On exit, %es:%bx will point immediately
117 push %es
122 pop %es
181 mov %es, %ax // overflow to the next 64kB, %bx is already zero
183 mov %ax, %es
255 pop %es
290 mov %ax, %es
H A Dbios.h22 uint16 es; member in struct:bios_regs
H A Dbios.cpp33 "edi: 0x%" B_PRIx32 ", es: 0x%" B_PRIx16 ", flags: 0x%" B_PRIx8 "\n",
35 regs->es, regs->flags));
H A Dbios_asm.S55 movw %ax, %es
126 movw %ax, %es
146 movw %ax, %es
196 // restore %eax and %es from saved location
198 movw (SAVED_ES - 0x10000), %es
H A Dsmp_trampoline.S39 mov %ax, %es
H A Dlong_asm.S75 mov %ax, %es
/haiku/headers/os/drivers/
H A Dbios.h50 uint32 es; member in struct:bios_regs
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S40 mov %ax, %es
H A Dlong_smp_trampoline.S54 mov %ax, %es
100 mov %ax, %es
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h17 uint64 es; member in struct:x86_64_debug_cpu_state
/haiku/src/bin/writembr/
H A Dmbr.S133 movw %ax,%es /* Address */
246 movw %bx,%es
263 mov %es,%ax /* Adjust segment for next */
267 mov %ax,%es /* any boot code. :) */
291 movw %ax,%es /* extra segment */
353 movw %ax,%es /* Reset %es to zero */
361 * Load a sector (64-bit LBA at %si) from disk %dl into %es:%bx by creating
367 pushw %es /* Set the address of */
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dentry.S68 movw %ax, %es
H A Dsmp_trampoline.S60 movw %ax, %es
/haiku/headers/os/arch/x86/
H A Darch_debugger.h48 uint32 es; member in struct:x86_debug_cpu_state
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp136 regs.es = physicalAddress >> 4;
137 regs.edi = physicalAddress - (regs.es << 4);
267 regs.es = physicalAddress >> 4;
268 regs.edi = physicalAddress - (regs.es << 4);
640 regs.es = physicalAddress >> 4;
641 regs.edi = physicalAddress - (regs.es << 4);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c503 static const char *es = " Leaving inconsistent metadata. Run chkdsk."; variable
759 "cluster.%s\n", es);
860 "mft bitmap attribute.%s\n", es);
884 ntfs_log_error("Failed to free cluster.%s\n", es);
893 "pairs array.%s\n", es);
896 "record.%s\n", es);
997 "mft bitmap attribute.%s\n", es);
1111 "from the mft data attribute.%s\n", es);
1215 "mft data attribute.%s\n", es);
1234 "attribute.%s\n", es);
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S102 push %es; \
121 pop %es; \
549 movl %eax,%es
616 movl %eax,%es
798 pop %es
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.cpp40 SetIntRegister(X86_REGISTER_ES, state.es);
132 x86State->es = IntRegisterValue(X86_REGISTER_ES);
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp298 M.x86.R_ES = regs->es;
320 regs->es = M.x86.R_ES;

Completed in 139 milliseconds

12