Searched refs:entry_point (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_trampoline.c | 117 void *entry_point; in load_kernel() local 129 entry_point = mkptr(eh->e_entry); in load_kernel() 207 return entry_point; in load_kernel() 215 void (*entry_point)(register_t, register_t, register_t, register_t); in _startC() local 221 entry_point = load_kernel(kernel_start); in _startC() 224 entry_point(a0, a1, a2, a3); in _startC()
|
| /f-stack/freebsd/contrib/cloudabi/ |
| H A D | cloudabi64_types.h | 177 _Alignas(8) uint64_t entry_point; 182 _Static_assert(offsetof(cloudabi64_threadattr_t, entry_point) == 0, "Incorrect layout");
|
| H A D | cloudabi32_types.h | 177 _Alignas(4) uint32_t entry_point; 182 _Static_assert(offsetof(cloudabi32_threadattr_t, entry_point) == 0, "Incorrect layout");
|
| /f-stack/freebsd/arm64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 147 cpu_set_upcall(td, TO_PTR(attr->entry_point), NULL, &stack); in cloudabi64_thread_setregs()
|
| /f-stack/freebsd/arm64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 172 frame->tf_elr = attr->entry_point; in cloudabi32_thread_setregs()
|
| /f-stack/freebsd/i386/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 163 cpu_set_upcall(td, TO_PTR(attr->entry_point), NULL, &stack); in cloudabi32_thread_setregs()
|
| /f-stack/freebsd/arm/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 155 cpu_set_upcall(td, TO_PTR(attr->entry_point), NULL, &stack); in cloudabi32_thread_setregs()
|
| /f-stack/freebsd/amd64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 188 cpu_set_upcall(td, TO_PTR(attr->entry_point), NULL, &stack); in cloudabi32_thread_setregs()
|
| /f-stack/freebsd/amd64/cloudabi64/ |
| H A D | cloudabi64_sysvec.c | 180 cpu_set_upcall(td, TO_PTR(attr->entry_point), NULL, &stack); in cloudabi64_thread_setregs()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 550 uint64_t entry_point; /* Only used by bootloader */ member
|