Searched refs:access_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-radix64.c | 138 static inline const char *access_str(MMUAccessType access_type) in access_str() function 151 __func__, access_str(access_type), in ppc_radix64_raise_si() 190 __func__, access_str(access_type), in ppc_radix64_raise_hsi() 449 __func__, access_str(access_type), in ppc_radix64_partition_scoped_xlate() 528 __func__, access_str(access_type), in ppc_radix64_process_scoped_xlate() 817 __func__, access_str(access_type), in ppc_radix64_xlate()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | mmutrace.h | 27 static const char *access_str[] = { \ 41 access_str[role.access], \
|