| /src/sys/arch/arm/arm/ |
| smccc.h | 53 int smccc_call(uint32_t, register_t, register_t, register_t, register_t, 54 register_t *, register_t *, register_t *, register_t *);
|
| psci.h | 71 typedef int (*psci_fn)(register_t, register_t, register_t, register_t); 91 int psci_call_smc(register_t, register_t, register_t, register_t); 92 int psci_call_hvc(register_t, register_t, register_t, register_t) [all...] |
| smccc.c | 104 register_t arg1, register_t arg2, register_t arg3, register_t arg4, 105 register_t *res0, register_t *res1, register_t *res2, register_t *res3) 107 register_t args[5] = { fid, arg1, arg2, arg3, arg4 }; 109 register register_t r0 asm ("r0") [all...] |
| /src/sys/arch/mips/include/ |
| cache_r3k.h | 43 void r3k_icache_sync_range(register_t, vsize_t); 47 void r3k_pdcache_inv_range(register_t, vsize_t); 48 void r3k_pdcache_wb_range(register_t, vsize_t); 50 void r3k_picache_do_inv(register_t, vaddr_t); 51 void r3k_pdcache_do_inv(register_t, vaddr_t);
|
| cache_r5k.h | 41 void r5k_picache_sync_range(register_t, vsize_t); 46 void r4600v1_pdcache_wbinv_range_32(register_t, vsize_t); 47 void r4600v2_pdcache_wbinv_range_32(register_t, vsize_t); 48 void vr4131v1_pdcache_wbinv_range_16(register_t, vsize_t); 50 void r4600v1_pdcache_inv_range_32(register_t, vsize_t); 51 void r4600v2_pdcache_inv_range_32(register_t, vsize_t); 52 void r4600v1_pdcache_wb_range_32(register_t, vsize_t); 53 void r4600v2_pdcache_wb_range_32(register_t, vsize_t); 58 void r5k_sdcache_wbinv_range(register_t, vsize_t); 60 void r5k_sdcache_inv_range(register_t, vsize_t) [all...] |
| cache_r10k.h | 73 void r10k_icache_sync_range(register_t, vsize_t); 76 void r10k_pdcache_wbinv_range(register_t, vsize_t); 78 void r10k_pdcache_inv_range(register_t, vsize_t); 79 void r10k_pdcache_wb_range(register_t, vsize_t); 81 void r10k_sdcache_wbinv_range(register_t, vsize_t); 83 void r10k_sdcache_inv_range(register_t, vsize_t); 84 void r10k_sdcache_wb_range(register_t, vsize_t);
|
| cache_tx39.h | 147 void tx3900_icache_sync_range_16(register_t, vsize_t); 151 void tx3900_pdcache_inv_range_4(register_t, vsize_t); 152 void tx3900_pdcache_wb_range_4(register_t, vsize_t); 155 void tx3920_icache_sync_range_16wt(register_t, vsize_t); 156 void tx3920_icache_sync_range_16wb(register_t, vsize_t); 160 void tx3920_pdcache_wbinv_range_16wb(register_t, vsize_t); 162 void tx3920_pdcache_inv_range_16(register_t, vsize_t); 163 void tx3920_pdcache_wb_range_16wt(register_t, vsize_t); 164 void tx3920_pdcache_wb_range_16wb(register_t, vsize_t); 167 void tx3920_icache_do_inv_16(register_t, vsize_t) [all...] |
| cache_ls2.h | 107 void ls2_icache_sync_range(register_t, vsize_t); 111 void ls2_pdcache_wbinv_range(register_t, vsize_t); 114 void ls2_pdcache_inv_range(register_t, vsize_t); 115 void ls2_pdcache_wb_range(register_t, vsize_t); 118 void ls2_sdcache_wbinv_range(register_t, vsize_t); 121 void ls2_sdcache_inv_range(register_t, vsize_t); 122 void ls2_sdcache_wb_range(register_t, vsize_t);
|
| /src/sys/arch/powerpc/include/ |
| kcore.h | 47 uint32_t pad; /* Pad for 64-bit register_t */ 49 register_t sdr1; /* SDR1 */ 50 register_t sr[16]; /* Segment registers */ 51 register_t dbatl[8]; /* DBATL[] */ 52 register_t dbatu[8]; /* DBATU[] */ 53 register_t ibatl[8]; /* IBATL[] */ 54 register_t ibatu[8]; /* IBATU[] */ 55 register_t pad_reg; /* Pad for 32-bit systems */
|
| pcb.h | 40 register_t fb_sp; /* R1 */ 41 register_t fb_r2; /* R2 (why?) */ 45 register_t fb_msr; /* MSR */ 46 register_t fb_pc; /* PC */ 47 register_t fb_cr; /* CR */ 48 register_t fb_fixreg[19]; /* R13-R31 */ 53 register_t pcb_sp; /* saved SP */ 62 register_t pcb_usprg0; /* User Special-Purpose Register General 0 */
|
| /src/sys/compat/ossaudio/ |
| ossaudio.h | 32 register_t *); 34 register_t *); 36 register_t *);
|
| /src/sys/arch/arm/include/ |
| frame.h | 54 register_t tf_spsr; 55 register_t tf_fill; /* fill here so r0 will be dword aligned */ 56 register_t tf_r0; 57 register_t tf_r1; 58 register_t tf_r2; 59 register_t tf_r3; 60 register_t tf_r4; 61 register_t tf_r5; 62 register_t tf_r6; 63 register_t tf_r7 [all...] |
| /src/tests/compat/linux/arch/x86_64/ |
| h_syscall.c | 36 syscall6(long number, register_t arg1, register_t arg2, register_t arg3, 37 register_t arg4, register_t arg5, register_t arg6, ...) 40 register register_t r10 __asm__ ("r10") = arg4; 41 register register_t r8 __asm__ ("r8") = arg5; 42 register register_t r9 __asm__ ("r9") = arg6;
|
| /src/sys/compat/linux/common/ |
| linux_ipccall.h | 64 register_t *); 66 register_t *); 72 register_t *); 74 register_t *); 76 register_t *); 82 register_t *); 84 register_t *);
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= AOUTM68K_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 668 int sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *); 670 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *); 672 int sys_fork(struct lwp *, const void *, register_t *); 674 int sys_read(struct lwp *, const struct sys_read_args *, register_t *); 676 int sys_write(struct lwp *, const struct sys_write_args *, register_t *); 678 int sys_open(struct lwp *, const struct sys_open_args *, register_t *); [all...] |
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= FREEBSD_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 607 int sys_nosys(struct lwp *, const void *, register_t *); 609 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *); 611 int sys_fork(struct lwp *, const void *, register_t *); 613 int sys_read(struct lwp *, const struct sys_read_args *, register_t *); 615 int sys_write(struct lwp *, const struct sys_write_args *, register_t *); 617 int sys_open(struct lwp *, const struct sys_open_args *, register_t *); [all...] |
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= SUNOS_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 464 int sys_nosys(struct lwp *, const void *, register_t *); 466 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *); 468 int sys_fork(struct lwp *, const void *, register_t *); 470 int sys_read(struct lwp *, const struct sys_read_args *, register_t *); 472 int sys_write(struct lwp *, const struct sys_write_args *, register_t *); 474 int sunos_sys_open(struct lwp *, const struct sunos_sys_open_args *, register_t *); [all...] |
| /src/sys/compat/sunos32/ |
| sunos32_syscallargs.h | 473 int sys_nosys(struct lwp *, const void *, register_t *); 475 int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *); 477 int sys_fork(struct lwp *, const void *, register_t *); 479 int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *); 481 int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *); 483 int sunos32_sys_open(struct lwp *, const struct sunos32_sys_open_args *, register_t *); 485 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *); 487 int sunos32_sys_wait4(struct lwp *, const struct sunos32_sys_wait4_args *, register_t *); 489 int sunos32_sys_creat(struct lwp *, const struct sunos32_sys_creat_args *, register_t *); 491 int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *); [all...] |
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= ULTRIX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 441 int sys_nosys(struct lwp *, const void *, register_t *); 443 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *); 445 int sys_fork(struct lwp *, const void *, register_t *); 447 int sys_read(struct lwp *, const struct sys_read_args *, register_t *); 449 int sys_write(struct lwp *, const struct sys_write_args *, register_t *); 451 int ultrix_sys_open(struct lwp *, const struct ultrix_sys_open_args *, register_t *); [all...] |
| /src/sys/stand/efiboot/bootarm/ |
| efibootarm.c | 40 void armv7_exec_kernel(register_t, register_t); 54 armv7_exec_kernel((register_t)marks[MARK_ENTRY], (register_t)efi_fdt_data());
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_syscallargs.h | 1127 int linux_sys_nosys(struct lwp *, const void *, register_t *); 1129 int linux32_sys_exit(struct lwp *, const struct linux32_sys_exit_args *, register_t *); 1131 int sys_fork(struct lwp *, const void *, register_t *); 1133 int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *); 1135 int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *); 1137 int linux32_sys_open(struct lwp *, const struct linux32_sys_open_args *, register_t *); 1139 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *); 1141 int linux32_sys_waitpid(struct lwp *, const struct linux32_sys_waitpid_args *, register_t *); 1143 int linux32_sys_creat(struct lwp *, const struct linux32_sys_creat_args *, register_t *); 1145 int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *); [all...] |
| /src/tests/compat/linux/ |
| h_linux.h | 34 #include <sys/types.h> /* For register_t. */ 50 (register_t)off, whence) 52 (register_t)path, mode) 54 (register_t)path, flags, \ 57 (register_t)buf, count) 59 (register_t)from, (register_t)to) 61 (register_t)path) 63 (register_t)path) 65 (register_t)buf, count [all...] |
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_syscallargs.h | 1120 int linux_sys_nosys(struct lwp *, const void *, register_t *); 1122 int linux32_sys_exit(struct lwp *, const struct linux32_sys_exit_args *, register_t *); 1124 int sys_fork(struct lwp *, const void *, register_t *); 1126 int netbsd32_read(struct lwp *, const struct netbsd32_read_args *, register_t *); 1128 int netbsd32_write(struct lwp *, const struct netbsd32_write_args *, register_t *); 1130 int linux32_sys_open(struct lwp *, const struct linux32_sys_open_args *, register_t *); 1132 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *); 1134 int linux32_sys_waitpid(struct lwp *, const struct linux32_sys_waitpid_args *, register_t *); 1136 int linux32_sys_creat(struct lwp *, const struct linux32_sys_creat_args *, register_t *); 1138 int netbsd32_link(struct lwp *, const struct netbsd32_link_args *, register_t *); [all...] |
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 1179 int linux_sys_setxattr(struct lwp *, const struct linux_sys_setxattr_args *, register_t *); 1181 int linux_sys_lsetxattr(struct lwp *, const struct linux_sys_lsetxattr_args *, register_t *); 1183 int linux_sys_fsetxattr(struct lwp *, const struct linux_sys_fsetxattr_args *, register_t *); 1185 int linux_sys_getxattr(struct lwp *, const struct linux_sys_getxattr_args *, register_t *); 1187 int linux_sys_lgetxattr(struct lwp *, const struct linux_sys_lgetxattr_args *, register_t *); 1189 int linux_sys_fgetxattr(struct lwp *, const struct linux_sys_fgetxattr_args *, register_t *); [all...] |
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 21 register_t pad; \ 25 (sizeof (register_t) < sizeof (x)) \ 27 : sizeof (register_t) - sizeof (x)]; \ 35 <= LINUX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1]; 1447 int linux_sys_nosys(struct lwp *, const void *, register_t *); 1449 int linux_sys_exit(struct lwp *, const struct linux_sys_exit_args *, register_t *); 1451 int sys_fork(struct lwp *, const void *, register_t *); 1453 int sys_read(struct lwp *, const struct sys_read_args *, register_t *); 1455 int sys_write(struct lwp *, const struct sys_write_args *, register_t *); 1457 int sys_close(struct lwp *, const struct sys_close_args *, register_t *); [all...] |