Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_hcall.c987 target_ulong proc_tbl = args[1]; in h_register_process_table() local
1001 if (proc_tbl & (table_byte_size - 1)) { in h_register_process_table()
1005 __func__, proc_tbl, table_byte_size); in h_register_process_table()
1008 if (proc_tbl & 0xfff || proc_tbl >> 60) { in h_register_process_table()
1015 cproc = PATE1_GR | proc_tbl | table_size; in h_register_process_table()
1022 if (proc_tbl >> 38) { in h_register_process_table()
1030 cproc = (proc_tbl << 25) | page_size << 5 | table_size; in h_register_process_table()
/qemu/target/ppc/
H A Dkvm_ppc.h48 uint64_t proc_tbl);
252 uint64_t proc_tbl) in kvmppc_configure_v3_mmu() argument
H A Dkvm.c304 uint64_t proc_tbl) in kvmppc_configure_v3_mmu() argument
310 .process_table = proc_tbl, in kvmppc_configure_v3_mmu()