Home
last modified time | relevance | path

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

/hyp/vm/smccc/src/
A Dsmccc_hypercalls.c42 uint32_t hyp_num = in smccc_handle_hypercall_wrapper() local
45 smccc_hypercall_table_wrapper(hyp_num, args); in smccc_handle_hypercall_wrapper()
/hyp/vm/smccc/include/
A Dsmccc_hypercall.h6 smccc_hypercall_table_wrapper(count_t hyp_num, register_t args[7]);
/hyp/vm/smccc/aarch64/templates/
A Dhyp_wrapper.c.tmpl93 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