Searched refs:syscall_ptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/mips/uboot/
H A Dstart.S49 PTR_L t9, syscall_ptr
62 .globl syscall_ptr
63 syscall_ptr: label
/freebsd-11-stable/stand/powerpc/uboot/
H A Dstart.S68 lis %r11, syscall_ptr@ha
69 addi %r11, %r11, syscall_ptr@l
89 GLOBAL(syscall_ptr)
/freebsd-11-stable/stand/arm/uboot/
H A Dstart.S116 ldr ip, =syscall_ptr
132 .globl syscall_ptr
133 syscall_ptr: label
/freebsd-11-stable/stand/uboot/lib/
H A Dglue.h59 extern void *syscall_ptr;
/freebsd-11-stable/stand/uboot/common/
H A Dmain.c103 printf(" syscall entry = 0x%08x\n", (uint32_t)syscall_ptr);
438 syscall_ptr = sig->syscall;
439 if (syscall_ptr == NULL)

Completed in 136 milliseconds