Home
last modified time | relevance | path

Searched refs:smp_event2 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsmp.h32 int smp_event2(int evt, ulong arg0, ulong arg1);
35 static inline int smp_event2(int evt, ulong arg0, ulong arg1) { return 0; } in smp_event2() function
/rk3399_rockchip-uboot/cmd/
H A Dbootfit.c108 smp_event2(SEVT_1, STID_17, (ulong)fit); in do_boot_fit()
/rk3399_rockchip-uboot/common/smp/
H A Dgeneric_smp64.S892 .section .text.smp_event2,"ax",@progbits
894 .global smp_event2 symbol
895 .type smp_event2, %function
896 smp_event2: label
1019 .section .rodata.smp_event2,"a",@progbits
1027 .section .text.smp_event2
1057 .section .rodata.smp_event2
1065 .section .text.smp_event2
1593 .size smp_event2, .-smp_event2
1605 b smp_event2
[all …]