Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S1756 LOAD_REG_ADDR(r4, hcall_real_table)
1790 .globl hcall_real_table
1791 hcall_real_table: label
1793 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1794 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1795 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1818 .long DOTSYM(xics_rm_h_eoi) - hcall_real_table
1819 .long DOTSYM(xics_rm_h_cppr) - hcall_real_table
1820 .long DOTSYM(xics_rm_h_ipi) - hcall_real_table
1822 .long DOTSYM(xics_rm_h_xirr) - hcall_real_table
[all …]
H A Dbook3s_hv_builtin.c165 extern int hcall_real_table[], hcall_real_table_end[];
170 if (cmd < hcall_real_table_end - hcall_real_table && in kvmppc_hcall_impl_hv_realmode()
171 hcall_real_table[cmd]) in kvmppc_hcall_impl_hv_realmode()