Searched refs:hcall_real_table (Results 1 – 2 of 2) sorted by relevance
2275 cmpldi r3,hcall_real_table_end - hcall_real_table2288 LOAD_REG_ADDR(r4, hcall_real_table)2322 .globl hcall_real_table symbol2323 hcall_real_table: label2325 .long DOTSYM(kvmppc_h_remove) - hcall_real_table2326 .long DOTSYM(kvmppc_h_enter) - hcall_real_table2327 .long DOTSYM(kvmppc_h_read) - hcall_real_table2328 .long DOTSYM(kvmppc_h_clear_mod) - hcall_real_table2329 .long DOTSYM(kvmppc_h_clear_ref) - hcall_real_table2330 .long DOTSYM(kvmppc_h_protect) - hcall_real_table[all …]
179 extern int hcall_real_table[], hcall_real_table_end[];184 if (cmd < hcall_real_table_end - hcall_real_table && in kvmppc_hcall_impl_hv_realmode()185 hcall_real_table[cmd]) in kvmppc_hcall_impl_hv_realmode()