/kvm-unit-tests/lib/x86/asm/ |
H A D | io.h | 9 unsigned char value; in inb() local 17 unsigned short value; in inw() local 25 unsigned int value; in inl() local 31 static inline void outb(uint8_t value, unsigned long port) in outb() 37 static inline void outw(uint16_t value, unsigned long port) in outw() 43 static inline void outl(uint32_t value, unsigned long port) in outl()
|
/kvm-unit-tests/lib/ |
H A D | pci-testdev.c | 35 static void pio_writeb(u8 value, volatile void *addr) in pio_writeb() 40 static void pio_writew(u16 value, volatile void *addr) in pio_writew() 45 static void pio_writel(u32 value, volatile void *addr) in pio_writel() 74 static void mmio_writeb(u8 value, volatile void *addr) in mmio_writeb() 79 static void mmio_writew(u16 value, volatile void *addr) in mmio_writew() 84 static void mmio_writel(u32 value, volatile void *addr) in mmio_writel()
|
H A D | pci-edu.c | 20 uint32_t value; in edu_check_alive() local
|
H A D | rand.c | 47 static inline uint32_t rot(uint32_t value, unsigned int count) in rot()
|
/kvm-unit-tests/riscv/ |
H A D | sbi-fwft.c | 23 unsigned long value, unsigned long flags) in fwft_set_and_check_raw() 111 static struct sbiret fwft_misaligned_exc_set(unsigned long value, unsigned long flags) in fwft_misaligned_exc_set() 260 static bool adue_toggle_and_check_raw(const char *str, unsigned long feature, unsigned long value, in adue_toggle_and_check_raw() 274 static bool adue_toggle_and_check(const char *str, unsigned long value, unsigned long flags) in adue_toggle_and_check()
|
H A D | sbi-sse.c | 127 unsigned long shift, unsigned long *value) in sse_get_event_status_field() 208 unsigned long *value, long expected_error, const char *str) in sse_read_write_test() 223 unsigned long value = 0; in sse_test_attrs() local 417 unsigned long value, prev_value, flags; in sse_simple_handler() local 532 unsigned long value, error; in sse_test_inject_simple() local 817 unsigned long value; in sse_test_inject_global_cpu() local 941 unsigned long value, uret; in sse_test_injection_priority_arg() local 1122 unsigned long value = 0; in test_invalid_event_id() local
|
H A D | sbi-dbtr.c | 211 static unsigned long gen_tdata1_mcontrol(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol() 236 static unsigned long gen_tdata1_mcontrol6(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol6() 267 static unsigned long gen_tdata1(enum McontrolType type, enum Tdata1Value value, enum Tdata1Mode mod… in gen_tdata1()
|
/kvm-unit-tests/lib/s390x/ |
H A D | snippet-exit.h | 34 uint64_t value; in snippet_check_force_exit_value() local
|
H A D | css_lib.c | 502 uint64_t value; in enable_io_isc() local
|
/kvm-unit-tests/lib/asm-generic/ |
H A D | io.h | 175 static inline void outb(uint8_t value, unsigned long port) in outb() 182 static inline void outw(uint16_t value, unsigned long port) in outw() 189 static inline void outl(uint32_t value, unsigned long port) in outl()
|
/kvm-unit-tests/s390x/ |
H A D | ex.c | 134 uint64_t target, value; in test_llgfrl() local
|
/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.h | 122 static inline void vtd_writel(unsigned int reg, uint32_t value) in vtd_writel() 127 static inline void vtd_writeq(unsigned int reg, uint64_t value) in vtd_writeq()
|
H A D | apic.c | 191 void ioapic_write_reg(unsigned reg, u32 value) in ioapic_write_reg() 270 void apic_start_timer(u32 value) in apic_start_timer()
|
/kvm-unit-tests/lib/riscv/ |
H A D | sbi.c | 110 struct sbiret sbi_fwft_set_raw(unsigned long feature, unsigned long value, unsigned long flags) in sbi_fwft_set_raw() 115 struct sbiret sbi_fwft_set(uint32_t feature, unsigned long value, unsigned long flags) in sbi_fwft_set()
|
/kvm-unit-tests/x86/ |
H A D | la57.c | 52 static bool set_test_register_value(u64 test_register, int test_mode, u64 value) in set_test_register_value()
|
H A D | debug.c | 22 static volatile unsigned long value; variable
|
H A D | msr.c | 22 unsigned long long value; member
|
H A D | apic.c | 160 u64 value; in test_apicbase() local
|
H A D | vmx_tests.c | 1968 u64 value; member 10008 u64 value; member 10058 u64 value; in vmread_from_shadow() local 10068 static u64 vmwrite_to_shadow(u64 field, u64 value) in vmwrite_to_shadow() 10101 u64 value; in vmcs_shadow_test_field() local 10830 static int get_host_value(u64 vmcs_field, u64 *value) in get_host_value() 10866 static int set_host_value(u64 vmcs_field, u64 value) in set_host_value() 10902 u64 value = 0; in test_host_value_direct() local 10927 u64 value = 0; in test_host_value_vmcs() local
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | gic-v3.h | 150 #define gicv3_lpi_set_config(intid, value) ({ \ argument
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 144 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 168 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
|
H A D | fdt_overlay.c | 431 const char *value; in overlay_fixup_phandle() local
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | 139 static inline void set_pmccntr(uint64_t value) in set_pmccntr() 145 static inline void set_pmccfiltr(uint32_t value) in set_pmccfiltr()
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | sbi.h | 235 long value; member
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | arch_def.h | 309 static inline void lctlg(int cr, uint64_t value) in lctlg() 318 uint64_t value; in stctg() local
|