/kvm-unit-tests/lib/s390x/ |
H A D | smp.c | 32 static void check_idx(uint16_t idx) in check_idx() 42 struct lowcore *smp_get_lowcore(uint16_t idx) in smp_get_lowcore() 51 int smp_sigp(uint16_t idx, uint8_t order, unsigned long parm, uint32_t *status) in smp_sigp() 68 struct cpu *smp_cpu_from_idx(uint16_t idx) in smp_cpu_from_idx() 74 uint16_t smp_cpu_addr(uint16_t idx) in smp_cpu_addr() 80 bool smp_cpu_stopped(uint16_t idx) in smp_cpu_stopped() 89 bool smp_sense_running_status(uint16_t idx) in smp_sense_running_status() 97 static int smp_cpu_stop_nolock(uint16_t idx, bool store) in smp_cpu_stop_nolock() 115 int smp_cpu_stop(uint16_t idx) in smp_cpu_stop() 130 int smp_cpu_stop_nowait(uint16_t idx) in smp_cpu_stop_nowait() [all …]
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | asm.h | 18 #define ASMARR(reg, idx) ((idx) * SZREG)(reg) argument
|
/kvm-unit-tests/x86/ |
H A D | pmu_pebs.c | 207 unsigned int idx; in pebs_enable() local 259 static void pebs_disable(unsigned int idx) in pebs_disable() 335 static void check_one_counter(enum pmc_type type, unsigned int idx, in check_one_counter() 363 unsigned int idx; in check_pebs_counters() local
|
H A D | pmu.c | 105 uint32_t idx; member 298 unsigned int idx = cnt->ctr - MSR_CORE_PERF_FIXED_CTR0; in get_counter_event() local 460 static struct pmu_event *get_one_event(int idx) in get_one_event() 543 int idx; in check_counter_overflow() local 604 uint32_t idx = (uint32_t)cnt->idx | (1u << 31); in do_rdpmc_fast() local
|
H A D | vmx.c | 341 u32 idx, width, type, enc; in find_vmcs_max_index() local
|
/kvm-unit-tests/s390x/ |
H A D | diag308.c | 80 int idx; in test_unsupported_subcode() local
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_wip.c | 15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial()
|
H A D | fdt_ro.c | 751 int length, len, idx = 0; in fdt_stringlist_search() local 779 const char *property, int idx, in fdt_stringlist_get()
|
/kvm-unit-tests/lib/x86/ |
H A D | pmu.h | 145 unsigned int idx; in pmu_reset_all_gp_counters() local 155 unsigned int idx; in pmu_reset_all_fixed_counters() local
|
H A D | apic.h | 102 static inline bool apic_lvt_entry_supported(int idx) in apic_lvt_entry_supported()
|
H A D | processor.h | 240 #define X86_CPU_FEATURE(fn, idx, gpr, __bit) \ argument 354 #define X86_CPU_PROPERTY(fn, idx, gpr, low_bit, high_bit) \ argument
|
/kvm-unit-tests/lib/ |
H A D | virtio.h | 100 u16 idx; member 111 u16 idx; member
|
H A D | alloc_page.c | 101 pfn_t i, idx, pfn = virt_to_pfn(addr); in split() local 145 pfn_t idx; in page_memalign_order() local
|
H A D | pci-host-generic.c | 26 int idx = (of_flags >> 24) & 0x03; in of_flags_to_pci_type() local
|
/kvm-unit-tests/riscv/ |
H A D | sbi-dbtr.c | 119 unsigned long idx; member
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | arch_def.h | 82 uint16_t idx; member
|