Searched refs:handle_tlbi_el1 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 3403 static bool handle_tlbi_el1(struct kvm_vcpu *vcpu, struct sys_reg_params *p, in handle_tlbi_el1() function 3464 SYS_INSN(TLBI_VMALLE1OS, handle_tlbi_el1), 3465 SYS_INSN(TLBI_VAE1OS, handle_tlbi_el1), 3466 SYS_INSN(TLBI_ASIDE1OS, handle_tlbi_el1), 3467 SYS_INSN(TLBI_VAAE1OS, handle_tlbi_el1), 3468 SYS_INSN(TLBI_VALE1OS, handle_tlbi_el1), 3469 SYS_INSN(TLBI_VAALE1OS, handle_tlbi_el1), 3471 SYS_INSN(TLBI_RVAE1IS, handle_tlbi_el1), 3472 SYS_INSN(TLBI_RVAAE1IS, handle_tlbi_el1), 3473 SYS_INSN(TLBI_RVALE1IS, handle_tlbi_el1), [all …]
|