Home
last modified time | relevance | path

Searched defs:d (Results 1 – 14 of 14) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dreloc64.c32 struct elf64_dyn *d = dyn_table; in relocate() local
H A Drtas.c9 #define DAYS(y,m,d) (365UL * (y) + ((y) / 4) - ((y) / 100) + ((y) / 400) + \ argument
/kvm-unit-tests/lib/
H A Dmemregions.c100 efi_memory_desc_t *d = (efi_memory_desc_t *)&buffer[i]; in memregions_efi_init() local
H A Dpci-edu.h58 #define edu_reg(d, r) (volatile void *)((d)->reg_base + (r)) argument
H A Dstring.c158 unsigned char *d = dest; in memmove() local
/kvm-unit-tests/lib/x86/
H A Dapic.c68 unsigned a, d; in x2apic_read() local
148 unsigned a, b, c, d; in enable_x2apic() local
H A Dprocessor.h196 struct cpuid { u32 a, b, c, d; }; member
235 #define CPUID(a, b, c, d) ((((unsigned long long) a) << 32) | (b << 16) | \ argument
451 u32 a, d; in rdmsr() local
458 u32 a = val, d = val >> 32; in wrmsr() local
803 unsigned a, d; in rdtsc() local
841 unsigned a, d; in rdtscp() local
H A Dsetup.c217 efi_memory_desc_t *d = NULL; in setup_memory_allocator() local
/kvm-unit-tests/x86/
H A Dkvmclock.c69 u64 res, d = 1; in __div64_32() local
H A Demulator64.c236 long a, d, aa, dd; in test_muldiv() local
H A Dvmexit.c34 unsigned long a = 0, b, c, d; in vmcall() local
/kvm-unit-tests/lib/s390x/
H A Dstsi.h39 uint8_t d:1; member
/kvm-unit-tests/riscv/
H A Dsbi.c281 unsigned long d = getenv("SBI_TIMER_DELAY") ? strtol(getenv("SBI_TIMER_DELAY"), NULL, 0) : 200000; in timer_check_set_timer() local
415 unsigned long d = getenv("SBI_IPI_TIMEOUT") ? strtol(getenv("SBI_IPI_TIMEOUT"), NULL, 0) : 200000; in check_ipi() local
/kvm-unit-tests/lib/linux/
H A Defi.h61 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument