/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 253 #define fdt_set_hdr_(name) \ argument 709 const char *name, in fdt_get_property_w() 769 const char *name, int namelen, in fdt_getprop_namelen_w() 808 const char *name, int *lenp) in fdt_getprop_w() 1311 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1346 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1363 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1466 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1471 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1478 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
H A D | fdt_wip.c | 14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
|
H A D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 334 const char *name, int namelen) in fdt_add_subnode_namelen() 377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
|
H A D | fdt_overlay.c | 117 const char *name, uint32_t delta) in overlay_phandle_add_offset() 232 const char *name; in overlay_update_local_node_references() local 371 const char *name, uint32_t name_len, in overlay_fixup_one_phandle() 445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 564 const char *name; in overlay_apply_node() local 582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local 654 const char *name; in get_path_len() local 701 const char *name; in overlay_symbol_update() local
|
H A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|
H A D | fdt_ro.c | 226 const char *name, int namelen) in fdt_subnode_offset_namelen() 245 const char *name) in fdt_subnode_offset() 396 const char *name, in fdt_get_property_namelen_() 427 const char *name, in fdt_get_property_namelen() 445 const char *name, int *lenp) in fdt_get_property() 452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 478 const char *name; in fdt_getprop_by_offset() local 503 const char *name, int *lenp) in fdt_getprop() 526 const char *name, int namelen) in fdt_get_alias_namelen() 537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() [all …]
|
H A D | fdt_check.c | 65 const char *name; in fdt_check_full() local
|
H A D | fdt_sw.c | 219 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
/kvm-unit-tests/lib/x86/ |
H A D | smp.h | 37 #define typeof_percpu(name) typeof(((struct percpu_data *)0)->name) argument 38 #define offsetof_percpu(name) offsetof(struct percpu_data, name) argument 40 #define BUILD_PERCPU_OP(name) \ argument
|
H A D | fault_test.h | 36 const char *name; member
|
/kvm-unit-tests/x86/ |
H A D | msr.c | 21 const char *name; member 55 static void __test_msr_rw(u32 msr, const char *name, unsigned long long val, in __test_msr_rw() 83 static void test_msr_rw(u32 msr, const char *name, unsigned long long val) in test_msr_rw() 88 static void test_wrmsr(u32 msr, const char *name, unsigned long long val) in test_wrmsr() 97 static void test_wrmsr_fault(u32 msr, const char *name, unsigned long long val) in test_wrmsr_fault() 106 static void test_rdmsr_fault(u32 msr, const char *name) in test_rdmsr_fault() 115 static void test_wrmsr_fep_fault(u32 msr, const char *name, in test_wrmsr_fep_fault()
|
H A D | vmware_backdoors.c | 92 #define RDPMC_TEST(name, a, m, sf) FAULT_TEST("rdpmc_test: "name, \ argument 100 #define PORT_TEST(name, a, b, c, m, sf) FAULT_TEST("port_test: "name, \ argument
|
H A D | svm_npt.c | 356 #define NPT_V1_TEST(name, prepare, guest_code, check) \ argument 360 #define NPT_V2_TEST(name) { #name, .v2 = name } argument
|
/kvm-unit-tests/lib/riscv/ |
H A D | isa.c | 20 static bool isa_match(const char *ext, const char *name, int len) in isa_match() 30 static void isa_name(const char *name, int len, void *data) in isa_name() 38 static void isa_bit(const char *name, int len, void *data) in isa_bit()
|
/kvm-unit-tests/lib/powerpc/asm/ |
H A D | ppc_asm.h | 17 #define LOAD_REG_ADDR(reg,name) \ argument
|
/kvm-unit-tests/s390x/ |
H A D | sie.c | 41 const char *name; member
|
H A D | diag308.c | 107 const char *name; member
|
H A D | uv-guest.c | 126 const char *name; member
|
H A D | intercept.c | 201 const char *name; member
|
/kvm-unit-tests/powerpc/ |
H A D | tm.c | 117 const char *name; member
|
H A D | spapr_hcall.c | 136 const char *name; member
|
H A D | mmu.c | 191 const char *name; member
|
H A D | timebase.c | 301 const char *name; member
|
/kvm-unit-tests/lib/ |
H A D | virtio.c | 28 const char *name) in vring_init_virtqueue()
|
H A D | pci.h | 100 uint8_t name[]; member
|