Searched refs:esi (Results 1 - 25 of 37) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/string/i386/
H A Dmemmove.s9 push %esi
12 mov 16(%esp),%esi
15 lea -1(%esi,%ecx),%esi
21 pop %esi
H A Dmemcpy.s7 push %esi
10 mov 16(%esp),%esi
31 pop %esi
/seL4-camkes-master/projects/musllibc/src/string/i386_sel4/
H A Dmemmove.s9 push %esi
12 mov 16(%esp),%esi
15 lea -1(%esi,%ecx),%esi
21 pop %esi
H A Dmemcpy.s7 push %esi
10 mov 16(%esp),%esi
31 pop %esi
/seL4-camkes-master/projects/musllibc/src/signal/x32/
H A Dsigsetjmp.s7 test %esi,%esi
19 mov %eax,%esi
/seL4-camkes-master/projects/musllibc/src/signal/x86_64/
H A Dsigsetjmp.s7 test %esi,%esi
18 mov %eax,%esi
/seL4-camkes-master/projects/musllibc/src/thread/x32/
H A D__set_thread_area.s6 mov %edi,%esi /* shift for syscall */
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/arch/i386/
H A Dcpu_sched_switch.S56 pushl %esi
65 popl %esi
/seL4-camkes-master/projects/musllibc/src/thread/i386/
H A Dsyscall_cp.s15 pushl %esi
26 movl 40(%esp),%esi
33 popl %esi
39 popl %esi
H A Dclone.s8 push %esi
27 mov %esp,%esi
45 pop %esi
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
H A Dtypes.h21 seL4_Word eip, esp, eflags, eax, ebx, ecx, edx, esi, edi, ebp; member in struct:seL4_UserContext_
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/sel4_arch/ia32/
H A Dunknown_syscall_fault.c27 uintptr_t esi = seL4_GetMR(4); local
39 " esi = %p\n"
45 (void *)ecx, (void *)edx, (void *)esi, (void *)edi, (void *)ebp, (void *)esp,
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/arch/x86/
H A Ddebug.c51 unsigned int edx, esi, edi; local
53 vm_get_thread_context_reg(vcpu, VCPU_CONTEXT_ESI, &esi);
55 printf("edx 0x%8x esi 0x%8x edi 0x%8x\n", edx, esi, edi);
/seL4-camkes-master/projects/musllibc/src/setjmp/i386/
H A Dlongjmp.s14 mov 4(%edx),%esi
H A Dsetjmp.s15 mov %esi, 4(%eax)
/seL4-camkes-master/projects/musllibc/src/setjmp/i386_sel4/
H A Dlongjmp.s14 mov 4(%edx),%esi
H A Dsetjmp.s15 mov %esi, 4(%eax)
/seL4-camkes-master/tools/rumprun/platform/xen/xen/arch/x86/
H A Dx86_32.S28 push %esi
55 pushl %esi; \
67 popl %esi; \
85 pushl %esi
133 movl HYPERVISOR_shared_info,%esi
138 safesti:movb $0,1(%esi) # reenable event callbacks
140 testb $0xFF,(%esi)
143 14: movb $1,1(%esi)
156 mov %esp,%esi
157 add %eax,%esi #
[all...]
/seL4-camkes-master/tools/rumprun/platform/xen/xen/include/mini-os/x86/
H A Dtraps.h25 long esi; member in struct:pt_regs
/seL4-camkes-master/kernel/src/arch/x86/32/
H A Dhead.S53 movl %ebx, %esi /* multiboot_info_ptr */
63 pushl %esi /* 2nd parameter: multiboot_info_ptr */
71 popl %esi
76 pushl %esi /* 2nd parameter: multiboot_info_ptr */
H A Dtraps.S30 pushl %esi; \
401 popl %esi
452 popl %esi
469 movl %cr4, %esi
470 pushl %esi
471 movl %cr3, %esi
472 pushl %esi
473 movl %cr2, %esi
474 pushl %esi
475 movl %cr0, %esi
[all...]
/seL4-camkes-master/projects/musllibc/src/internal/i386/
H A Dsyscall.s4 # and 5 args arriving as: eax, edx, ecx, edi, esi, 4(%esp).
66 push %esi
73 mov 32(%esp),%esi
77 pop %esi
/seL4-camkes-master/kernel/libsel4/arch_include/x86/sel4/arch/
H A Dtypes.h40 seL4_Word eax, ebx, ecx, edx, esi, edi, ebp; member in struct:seL4_VCPUContext_
/seL4-camkes-master/projects/seL4_libs/libsel4debug/sel4_arch_include/ia32/sel4debug/sel4_arch/
H A Dregisters.h27 "esi",
43 compile_time_assert(esi_correct_position, offsetof(seL4_UserContext, esi) == 7 * sizeof(seL4_Word));
/seL4-camkes-master/projects/musllibc/arch/i386/bits/
H A Duser.h15 long ebx, ecx, edx, esi, edi, ebp, eax, xds, xes, xfs, xgs; member in struct:user_regs_struct

Completed in 143 milliseconds

12