Searched refs:syscall_ptr (Results 1 - 3 of 3) sorted by path

/u-boot/examples/api/
H A Dcrt0.S21 lis %r11, syscall_ptr@ha
22 addi %r11, %r11, syscall_ptr@l
39 ldr ip, =syscall_ptr
56 PTR_L $t9, syscall_ptr
71 .globl syscall_ptr
72 syscall_ptr: label
H A Dglue.h20 extern void *syscall_ptr;
H A Ddemo.c39 syscall_ptr = sig->syscall;
40 if (syscall_ptr == NULL)
50 printf("syscall ptr 0x%08x@%08x\n", (unsigned int)syscall_ptr,
51 (unsigned int)&syscall_ptr);

Completed in 90 milliseconds