Searched refs:ar_type (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/hppa/ |
| H A D | mem_helper.c | 247 switch (ent->ar_type) { in hppa_get_physical_address() 511 ent->ar_type = extract32(reg, 24, 3); in set_access_bits_pa11() 519 ent->ar_pl1, ent->ar_type, ent->b, ent->d, ent->t); in set_access_bits_pa11() 566 ent->ar_type = extract64(r2, 56, 3); in itlbt_pa20() 578 ent->ar_pl2, ent->ar_pl1, ent->ar_type, in itlbt_pa20() 816 * All we need at this point is to check the ar_type. in HELPER() 820 if (ent->ar_type & 4) { in HELPER() 822 int new_priv = ent->ar_type & 3; in HELPER()
|
| H A D | machine.c | 62 ent->ar_type = extract64(val, 56, 3); in get_tlb() 85 val = deposit64(val, 56, 3, ent->ar_type); in put_tlb()
|
| H A D | cpu.h | 198 unsigned ar_type : 3; member
|