Searched refs:access_tpm (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 320 static CPAccessResult access_tpm(CPUARMState *env, const ARMCPRegInfo *ri, in access_tpm() function 2216 .access = PL0_R | PL1_RW, .accessfn = access_tpm, 2222 .access = PL0_R | PL1_RW, .accessfn = access_tpm, .type = ARM_CP_ALIAS, 2227 .access = PL1_RW, .accessfn = access_tpm, 2235 .access = PL1_RW, .accessfn = access_tpm, 2242 .access = PL1_RW, .accessfn = access_tpm, 2249 .access = PL1_RW, .accessfn = access_tpm,
|