Searched defs:info (Results 1 – 15 of 15) sorted by relevance
/kvm-unit-tests/lib/riscv/ |
H A D | processor.c | 17 struct thread_info *info = current_thread_info(); in show_regs() local 39 struct thread_info *info = current_thread_info(); in do_handle_exception() local 65 struct thread_info *info = current_thread_info(); in install_irq_handler() local 73 struct thread_info *info = current_thread_info(); in install_exception_handler() local
|
H A D | isa.c | 40 struct thread_info *info = (struct thread_info *)data; in isa_bit() local 46 static void isa_parse(const char *isa_string, int len, struct isa_info *info) in isa_parse() 73 struct isa_info *info = (struct isa_info *)data; in isa_parse_fdt() local 93 struct isa_info info = { in isa_init() local 110 struct isa_info info = { in cpu_has_extension_name() local
|
H A D | smp.c | 24 struct thread_info *info; in secondary_cinit() local
|
/kvm-unit-tests/arm/ |
H A D | timer.c | 137 static void set_timer_irq_enabled(struct timer_info *info, bool enabled) in set_timer_irq_enabled() 149 struct timer_info *info; in irq_handler() local 171 static bool timer_pending(struct timer_info *info) in timer_pending() 177 static bool gic_timer_check_state(struct timer_info *info, in gic_timer_check_state() 195 static bool test_cval_10msec(struct timer_info *info) in test_cval_10msec() 226 static void disable_timer(struct timer_info *info) in disable_timer() 232 static void test_timer_pending(struct timer_info *info) in test_timer_pending() 270 static void test_timer_cval(struct timer_info *info) in test_timer_cval() 278 static void timer_do_wfi(struct timer_info *info) in timer_do_wfi() 289 static void test_timer_tval(struct timer_info *info) in test_timer_tval() [all …]
|
/kvm-unit-tests/s390x/ |
H A D | topology.c | 178 static void stsi_check_maxcpus(struct sysinfo_15_1_x *info) in stsi_check_maxcpus() 196 static void stsi_check_header(struct sysinfo_15_1_x *info, int sel2) in stsi_check_header() 249 static int stsi_get_sysib(struct sysinfo_15_1_x *info, int sel2) in stsi_get_sysib() 290 static union topology_container *check_child_cpus(struct sysinfo_15_1_x *info, in check_child_cpus() 341 static union topology_container *check_child_containers(struct sysinfo_15_1_x *info, in check_child_containers() 361 static union topology_container *check_container(struct sysinfo_15_1_x *info, in check_container() 384 static void check_topology_list(struct sysinfo_15_1_x *info, int sel2) in check_topology_list() 407 static void check_sysinfo_15_1_x(struct sysinfo_15_1_x *info, int sel2) in check_sysinfo_15_1_x()
|
/kvm-unit-tests/lib/ |
H A D | virtio-mmio.c | 125 struct vm_dt_info *info = (struct vm_dt_info *)dev->info; in vm_dt_match() local 148 struct vm_dt_info info; in virtio_mmio_dt_bind() local
|
H A D | devicetree.c | 135 void *info) in dt_device_init() 205 int dt_for_each_cpu_node(void (*func)(int fdtnode, u64 regval, void *info), in dt_for_each_cpu_node()
|
H A D | devicetree.h | 47 void *info; member
|
/kvm-unit-tests/powerpc/ |
H A D | reloc64.c | 23 unsigned long long info; member
|
/kvm-unit-tests/lib/powerpc/ |
H A D | smp.c | 272 static void start_each_secondary(int fdtnode, u64 regval __unused, void *info) in start_each_secondary() 357 static void wait_each_secondary(int fdtnode, u64 regval __unused, void *info) in wait_each_secondary()
|
H A D | setup.c | 47 static void cpu_set(int fdtnode, u64 regval, void *info) in cpu_set()
|
/kvm-unit-tests/lib/x86/ |
H A D | vm.c | 169 static void set_additional_vcpu_vmregs(struct vm_vcpu_info *info) in set_additional_vcpu_vmregs() 179 struct vm_vcpu_info info; in setup_mmu() local
|
/kvm-unit-tests/lib/arm/ |
H A D | mmu.c | 59 struct thread_info *info = current_thread_info(); in mmu_enable() local
|
/kvm-unit-tests/riscv/ |
H A D | sbi-sse.c | 1204 static void run_inject_test(struct sse_event_info *info) in run_inject_test() 1223 struct sse_event_info *info; in check_sse() local
|
/kvm-unit-tests/x86/ |
H A D | pmu_pebs.c | 62 u64 info; member
|