Searched refs:kvm_pr_unimpl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/kvm/ |
D | coproc.h | 61 kvm_pr_unimpl(" { CRm64(%2lu), Op1(%2lu), is64, func_%s },\n", in print_cp_instr() 64 kvm_pr_unimpl(" { CRn(%2lu), CRm(%2lu), Op1(%2lu), Op2(%2lu), is32," in print_cp_instr()
|
D | handle_exit.c | 168 kvm_pr_unimpl("Unsupported exception type: %d", in handle_exit()
|
/linux-4.4.14/arch/arm64/kvm/ |
D | handle_exit.c | 186 kvm_pr_unimpl("Unsupported exception type: %d", in handle_exit()
|
D | sys_regs.h | 69 kvm_pr_unimpl(" { Op0(%2u), Op1(%2u), CRn(%2u), CRm(%2u), Op2(%2u), func_%s },\n", in print_sys_reg_instr()
|
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 436 #define kvm_pr_unimpl(fmt, ...) \ macro 442 kvm_pr_unimpl("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)
|