/kvm-unit-tests/x86/ |
H A D | debug.c | 99 unsigned long start; in __run_single_step_db_test() local 134 static void report_singlestep_basic(unsigned long start, const char *usermode) in report_singlestep_basic() 145 unsigned long start; in singlestep_basic() local 166 static void report_singlestep_emulated_instructions(unsigned long start, in report_singlestep_emulated_instructions() 182 unsigned long start; in singlestep_emulated_instructions() local 207 static void report_singlestep_with_sti_blocking(unsigned long start, in report_singlestep_with_sti_blocking() 244 static void report_singlestep_with_movss_blocking(unsigned long start, in report_singlestep_with_movss_blocking() 281 static void report_singlestep_with_movss_blocking_and_icebp(unsigned long start, in report_singlestep_with_movss_blocking_and_icebp() 294 unsigned long start; in singlestep_with_movss_blocking_and_icebp() local 323 static void report_singlestep_with_movss_blocking_and_dr7_gd(unsigned long start, in report_singlestep_with_movss_blocking_and_dr7_gd() [all …]
|
H A D | cstart.S | 56 .globl start symbol 57 start: label
|
H A D | cstart64.S | 64 .globl start symbol 65 start: label
|
H A D | vmexit.c | 74 uint64_t start = rdtsc(); in self_ipi_isr() local 81 uint64_t start = rdtsc(); in x2apic_self_ipi() local 88 uint64_t start = rdtsc(); in apic_self_ipi() local 191 uint64_t start = rdtsc(); in ipi() local
|
/kvm-unit-tests/powerpc/ |
H A D | boot_rom.S | 4 .globl start symbol 5 start: label
|
H A D | cstart64.S | 22 .globl start symbol 23 start: label
|
H A D | rtas.c | 40 static void check_get_time_of_day(unsigned long start) in check_get_time_of_day()
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | cstart.S | 13 .globl start symbol 14 start: label
|
/kvm-unit-tests/riscv/ |
H A D | cstart.S | 45 .global start symbol 46 start: label
|
/kvm-unit-tests/s390x/ |
H A D | cstart64.S | 27 .globl start symbol 28 start: label
|
H A D | diag10.c | 23 static inline void diag10(unsigned long start, unsigned long end) in diag10()
|
H A D | sck.c | 64 uint64_t start = 0, end = 0, time = 0xcafef00dbeef; in test_set() local
|
/kvm-unit-tests/lib/x86/ |
H A D | delay.c | 6 u64 start = rdtsc(); in delay() local
|
H A D | vm.c | 143 void __setup_mmu_range(pgd_t *cr3, phys_addr_t start, size_t len, in __setup_mmu_range() 164 static inline void setup_mmu_range(pgd_t *cr3, phys_addr_t start, size_t len) in setup_mmu_range() 315 uintptr_t start = (uintptr_t)virt; in walk_pte() local
|
/kvm-unit-tests/lib/ |
H A D | pci-host-generic.h | 14 phys_addr_t start; member 21 void __iomem *start; member
|
H A D | memregions.h | 17 phys_addr_t start; member
|
H A D | stack.c | 20 unsigned long start = (unsigned long)&_text; in base_address() local
|
/kvm-unit-tests/lib/riscv/ |
H A D | delay.c | 12 uint64_t start = timer_get_cycles(); in delay() local
|
H A D | stack.c | 12 unsigned long start = (unsigned long)&_text; in base_address() local
|
/kvm-unit-tests/lib/arm/ |
H A D | delay.c | 15 u64 start = get_cntvct(); in delay() local
|
/kvm-unit-tests/arm/ |
H A D | cstart.S | 32 .globl start symbol 33 start: label
|
H A D | cstart64.S | 36 .globl start symbol 37 start: label
|
/kvm-unit-tests/lib/powerpc/asm/ |
H A D | setup.h | 17 phys_addr_t start; member
|
/kvm-unit-tests/lib/powerpc/ |
H A D | processor.c | 88 uint64_t start = get_tb(); in delay() local 101 uint64_t start, end, now; in sleep_tb() local
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_wip.c | 51 static void fdt_nop_region_(void *start, int len) in fdt_nop_region_()
|