Searched defs:C (Results 1 – 9 of 9) sorted by relevance
/xen/xen/arch/arm/arm32/ |
A D | domain.c | 30 #define C(hyp,user) regs->user = vcpu->arch.cpu_info->guest_cpu_user_regs.hyp in vcpu_regs_hyp_to_user() macro 38 #define C(hyp,user) vcpu->arch.cpu_info->guest_cpu_user_regs.hyp = regs->user in vcpu_regs_user_to_hyp() macro
|
/xen/xen/arch/arm/arm64/ |
A D | domain.c | 29 #define C(hyp,user) regs->user = vcpu->arch.cpu_info->guest_cpu_user_regs.hyp in vcpu_regs_hyp_to_user() macro 45 #define C(hyp,user) vcpu->arch.cpu_info->guest_cpu_user_regs.hyp = regs->user in vcpu_regs_user_to_hyp() macro
|
/xen/xen/tools/kconfig/tests/rand_nested_choice/ |
A D | Kconfig | 16 config C config in choice0093a4b80104""choice0093a4b80204
|
/xen/xen/tools/kconfig/tests/auto_submenu/ |
A D | Kconfig | 47 config C config
|
/xen/xen/include/asm-arm/arm64/ |
A D | efibind.h | 130 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) <… argument 131 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/stubdom/vtpm/ |
A D | vtpm_cmd.c | 22 #define TRYFAILGOTO(C) \ argument 27 #define TRYFAILGOTOMSG(C, msg) \ argument
|
/xen/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 151 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) <… argument 152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/xen/arch/x86/ |
A D | platform_hypercall.c | 345 #define C(x) op->u.firmware_info.u.disk_info.x = info->x in do_platform_op() macro
|
/xen/xen/arch/x86/hvm/ |
A D | hpet.c | 607 #define C(x) rec->x = hp->hpet.x in hpet_save() macro 667 #define C(x) hp->hpet.x = rec->x in hpet_load() macro
|
Completed in 14 milliseconds