Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 16 of 16) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsmp.c32 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 Dasm.h18 #define ASMARR(reg, idx) ((idx) * SZREG)(reg) argument
/kvm-unit-tests/x86/
H A Dpmu_pebs.c207 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 Dpmu.c105 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 Dvmx.c341 u32 idx, width, type, enc; in find_vmcs_max_index() local
/kvm-unit-tests/s390x/
H A Ddiag308.c80 int idx; in test_unsupported_subcode() local
/kvm-unit-tests/lib/libfdt/
H A Dfdt_wip.c15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial()
H A Dfdt_ro.c751 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 Dpmu.h145 unsigned int idx; in pmu_reset_all_gp_counters() local
155 unsigned int idx; in pmu_reset_all_fixed_counters() local
H A Dapic.h102 static inline bool apic_lvt_entry_supported(int idx) in apic_lvt_entry_supported()
H A Dprocessor.h240 #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 Dvirtio.h100 u16 idx; member
111 u16 idx; member
H A Dalloc_page.c101 pfn_t i, idx, pfn = virt_to_pfn(addr); in split() local
145 pfn_t idx; in page_memalign_order() local
H A Dpci-host-generic.c26 int idx = (of_flags >> 24) & 0x03; in of_flags_to_pci_type() local
/kvm-unit-tests/riscv/
H A Dsbi-dbtr.c119 unsigned long idx; member
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h82 uint16_t idx; member