Searched refs:hyp_num (Results 1 – 3 of 3) sorted by relevance
42 uint32_t hyp_num = in smccc_handle_hypercall_wrapper() local45 smccc_hypercall_table_wrapper(hyp_num, args); in smccc_handle_hypercall_wrapper()
6 smccc_hypercall_table_wrapper(count_t hyp_num, register_t args[7]);
93 smccc_hypercall_table_wrapper(count_t hyp_num, register_t *args);96 smccc_hypercall_table_wrapper(count_t hyp_num, register_t *args) {98 (register_t)(hyp_num), args[1], args[2], args[3], args[4]);101 switch (hyp_num) {
Completed in 3 milliseconds