/external/kernel-headers/original/asm-x86/ |
tlbflush_32.h | 20 "movl %%cr3, %0; \n" \ 21 "movl %0, %%cr3; # flush TLB \n" \ 35 "movl %%cr4, %2; # turn off PGE \n" \ 36 "movl %2, %1; \n" \ 38 "movl %1, %%cr4; \n" \ 39 "movl %%cr3, %0; \n" \ 40 "movl %0, %%cr3; # flush TLB \n" \ 41 "movl %2, %%cr4; # turn PGE back on \n" \
|
/bionic/libc/arch-x86/syscalls/ |
__brk.S | 12 movl $__NR_brk, %eax
|
__fork.S | 12 movl $__NR_fork, %eax
|
__set_thread_area.S | 12 movl $__NR_set_thread_area, %eax
|
__setuid.S | 12 movl $__NR_setuid32, %eax
|
__timer_delete.S | 12 movl $__NR_timer_delete, %eax
|
__timer_getoverrun.S | 12 movl $__NR_timer_getoverrun, %eax
|
_exit.S | 12 movl $__NR_exit_group, %eax
|
_exit_thread.S | 12 movl $__NR_exit, %eax
|
acct.S | 12 movl $__NR_acct, %eax
|
chdir.S | 12 movl $__NR_chdir, %eax
|
chroot.S | 12 movl $__NR_chroot, %eax
|
close.S | 12 movl $__NR_close, %eax
|
dup.S | 12 movl $__NR_dup, %eax
|
epoll_create.S | 12 movl $__NR_epoll_create, %eax
|
fchdir.S | 12 movl $__NR_fchdir, %eax
|
fdatasync.S | 12 movl $__NR_fdatasync, %eax
|
fsync.S | 12 movl $__NR_fsync, %eax
|
getegid.S | 10 movl $__NR_getegid32, %eax
|
geteuid.S | 10 movl $__NR_geteuid32, %eax
|
getgid.S | 10 movl $__NR_getgid32, %eax
|
getpgid.S | 12 movl $__NR_getpgid, %eax
|
getpid.S | 10 movl $__NR_getpid, %eax
|
getppid.S | 10 movl $__NR_getppid, %eax
|
getresgid.S | 10 movl $__NR_getresgid32, %eax
|