Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1501 static spapr_hcall_fn papr_hypercall_table[(MAX_HCALL_OPCODE / 4) + 1]; variable
1512 slot = &papr_hypercall_table[opcode / 4]; in spapr_register_hypercall()
1535 slot = &papr_hypercall_table[opcode / 4]; in spapr_unregister_hypercall()
1557 spapr_hcall_fn fn = papr_hypercall_table[opcode / 4]; in spapr_hypercall()