Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 56) sorted by relevance

123

/kvm-unit-tests/lib/libfdt/
H A Dlibfdt.h253 #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 Dfdt_wip.c14 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 Dfdt_rw.c184 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 Dfdt_overlay.c117 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 Dfdt_addresses.c14 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 Dfdt_ro.c226 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 Dfdt_check.c65 const char *name; in fdt_check_full() local
H A Dfdt_sw.c219 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 Dsmp.h37 #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 Dfault_test.h36 const char *name; member
/kvm-unit-tests/x86/
H A Dmsr.c21 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 Dvmware_backdoors.c92 #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 Dsvm_npt.c356 #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 Disa.c20 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 Dppc_asm.h17 #define LOAD_REG_ADDR(reg,name) \ argument
/kvm-unit-tests/s390x/
H A Dsie.c41 const char *name; member
H A Ddiag308.c107 const char *name; member
H A Duv-guest.c126 const char *name; member
H A Dintercept.c201 const char *name; member
/kvm-unit-tests/powerpc/
H A Dtm.c117 const char *name; member
H A Dspapr_hcall.c136 const char *name; member
H A Dmmu.c191 const char *name; member
H A Dtimebase.c301 const char *name; member
/kvm-unit-tests/lib/
H A Dvirtio.c28 const char *name) in vring_init_virtqueue()
H A Dpci.h100 uint8_t name[]; member

123