Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c977 #define FLAG_RADIX 0x04 macro
1007 if (flags & FLAG_RADIX) { /* Register new RADIX process table */ in h_register_process_table()
1042 if (!(flags & FLAG_RADIX) != !(spapr->patb_entry & PATE1_GR)) { in h_register_process_table()
1055 if (flags & FLAG_RADIX) /* Radix must use process tables, also set HR */ in h_register_process_table()
1065 return kvmppc_configure_v3_mmu(cpu, flags & FLAG_RADIX, in h_register_process_table()