Lines Matching refs:access
44 * that has to do with init and userspace access has to go via the
288 * In a system where GICD_CTLR.DS=1, a ICC_SGI0R_EL1 access generates
1072 * If we land here on a PtrAuth access, that is because we didn't
1073 * fixup the access on exit by allowing the PtrAuth sysregs. The only
1173 /* cpufeature ID register access trap handlers */
1382 .access = access_id_reg, \
1395 .access = access_raz_id_reg, \
1407 .access = access_raz_id_reg, \
1503 { SYS_DESC(SYS_ID_AA64PFR0_EL1), .access = access_id_reg,
1967 { Op1( 0), CRm( 1), .access = trap_raz_wi },
1970 { Op1( 0), CRm( 2), .access = trap_raz_wi },
2190 BUG_ON(!r->access);
2193 if (likely(r->access(vcpu, params, r)))
2198 * emulate_cp -- tries to match a sys_reg access in a handling table, and
2201 * @params: pointer to the descriptor of the access
2205 * Return 0 if the access has been handled, and -1 if not.
2248 "Unsupported guest CP%d access at: %08lx [%08lx]\n",
2254 * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP14/CP15 access
2306 * kvm_handle_cp_32 -- handles a mrc/mcr trap on a guest CP14/CP15 access
2377 "Unsupported guest sys_reg access at: %lx [%08lx]\n",
2401 * kvm_handle_sys_reg -- handles a mrs/msr trap on a guest sys_reg access