Searched refs:name (Results 1 - 25 of 20991) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-s3c/
H A Diic-core.h17 /* re-define device name depending on support. */
18 static inline void s3c_i2c0_setname(char *name) argument
21 s3c_device_i2c0.name = name;
24 static inline void s3c_i2c1_setname(char *name) argument
27 s3c_device_i2c1.name = name;
/linux-master/arch/powerpc/include/asm/
H A Dstatic_call.h5 #define __PPC_SCT(name, inst) \
8 ".globl " STATIC_CALL_TRAMP_STR(name) " \n" \
9 STATIC_CALL_TRAMP_STR(name) ": \n" \
18 ".type " STATIC_CALL_TRAMP_STR(name) ", @function \n" \
19 ".size " STATIC_CALL_TRAMP_STR(name) ", . - " STATIC_CALL_TRAMP_STR(name) " \n" \
25 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) __PPC_SCT(name, "b " #func)
26 #define ARCH_DEFINE_STATIC_CALL_NULL_TRAMP(name) __PPC_SCT(name, "bl
[all...]
H A Dvdso.h17 #define VDSO64_SYMBOL(base, name) ((unsigned long)(base) + (vdso64_offset_##name))
19 #define VDSO32_SYMBOL(base, name) ((unsigned long)(base) + (vdso32_offset_##name))
26 #define V_FUNCTION_BEGIN(name) \
27 .globl name; \
28 name: \
30 #define V_FUNCTION_END(name) \
31 .size name,.-name;
[all...]
/linux-master/tools/testing/selftests/powerpc/include/
H A Dsubunit.h9 static inline void test_start(const char *name) argument
11 printf("test: %s\n", name);
14 static inline void test_failure_detail(const char *name, const char *detail) argument
16 printf("failure: %s [%s]\n", name, detail);
19 static inline void test_failure(const char *name) argument
21 printf("failure: %s\n", name);
24 static inline void test_error(const char *name) argument
26 printf("error: %s\n", name);
29 static inline void test_skip(const char *name) argument
31 printf("skip: %s\n", name);
34 test_success(const char *name) argument
39 test_finish(const char *name, int status) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dstatic_call.h11 * sites get patched by static_call_update(). The name of this trampoline has
34 #define __ARCH_DEFINE_STATIC_CALL_TRAMP(name, insns) \
37 ".globl " STATIC_CALL_TRAMP_STR(name) " \n" \
38 STATIC_CALL_TRAMP_STR(name) ": \n" \
42 ".type " STATIC_CALL_TRAMP_STR(name) ", @function \n" \
43 ".size " STATIC_CALL_TRAMP_STR(name) ", . - " STATIC_CALL_TRAMP_STR(name) " \n" \
46 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) \
47 __ARCH_DEFINE_STATIC_CALL_TRAMP(name, ".byte 0xe9; .long " #func " - (. + 4)")
50 #define ARCH_DEFINE_STATIC_CALL_NULL_TRAMP(name) \
[all...]
H A Dvvar.h27 #define DECLARE_VVAR(offset, type, name) \
28 EMIT_VVAR(name, offset)
34 #define DECLARE_VVAR(offset, type, name) \
35 extern type vvar_ ## name[CS_BASES] \
37 extern type timens_ ## name[CS_BASES] \
40 #define VVAR(name) (vvar_ ## name)
41 #define TIMENS(name) (timens_ ## name)
43 #define DEFINE_VVAR(type, name) \
[all...]
/linux-master/arch/arm/include/asm/
H A Dglue.h16 #define ____glue(name,fn) name##fn
18 #define ____glue(name,fn) name/**/fn
20 #define __glue(name,fn) ____glue(name,fn)
H A Dlinkage.h8 #define ENDPROC(name) \
9 .type name, %function; \
10 END(name)
/linux-master/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
H A Dstatic_call.h17 * DECLARE_STATIC_CALL(name, func);
18 * DEFINE_STATIC_CALL(name, func);
19 * DEFINE_STATIC_CALL_NULL(name, typename);
20 * DEFINE_STATIC_CALL_RET0(name, typename);
24 * static_call(name)(args...);
25 * static_call_cond(name)(args...);
26 * static_call_update(name, func);
27 * static_call_query(name);
55 * Each static_call() site calls into a trampoline associated with the name.
57 * name wil
[all...]
H A Dexport-internal.h32 * - Put the name of the symbol and namespace (empty string "" for none) in
40 #define __KSYMTAB(name, sym, sec, ns) \
42 "__kstrtab_" #name ":" "\n" \
43 " .asciz \"" #name "\"" "\n" \
44 "__kstrtabns_" #name ":" "\n" \
47 " .section \"___ksymtab" sec "+" #name "\", \"a\"" "\n" \
49 "__ksymtab_" #name ":" "\n" \
51 __KSYM_REF(__kstrtab_ ##name) "\n" \
52 __KSYM_REF(__kstrtabns_ ##name) "\n" \
57 #define KSYM_FUNC(name)
[all...]
H A Dcfi_types.h19 #define __CFI_TYPE(name) \
20 .4byte __kcfi_typeid_##name
23 #define SYM_TYPED_ENTRY(name, linkage, align...) \
24 linkage(name) ASM_NL \
26 __CFI_TYPE(name) ASM_NL \
27 name:
29 #define SYM_TYPED_START(name, linkage, align...) \
30 SYM_TYPED_ENTRY(name, linkage, align)
34 #define SYM_TYPED_START(name, linkage, align...) \
35 SYM_START(name, linkag
[all...]
/linux-master/tools/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
/linux-master/include/rv/
H A Dautomata.h12 * Define a set of helper functions for automata. The 'name' argument is used
16 #define DECLARE_AUTOMATA_HELPERS(name, type) \
19 * model_get_state_name_##name - return the (string) name of the given state \
21 static char *model_get_state_name_##name(enum states_##name state) \
23 if ((state < 0) || (state >= state_max_##name)) \
26 return automaton_##name.state_names[state]; \
30 * model_get_event_name_##name - return the (string) name o
[all...]
H A Dda_monitor.h20 #define DECLARE_RV_REACTING_HELPERS(name, type) \
21 static char REACT_MSG_##name[1024]; \
23 static inline char *format_react_msg_##name(type curr_state, type event) \
25 snprintf(REACT_MSG_##name, 1024, \
27 #name, \
28 model_get_event_name_##name(event), \
29 model_get_state_name_##name(curr_state)); \
30 return REACT_MSG_##name; \
33 static void cond_react_##name(char *msg) \
35 if (rv_##name
[all...]
/linux-master/tools/virtio/linux/
H A Dratelimit.h1 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
/linux-master/tools/thermal/thermometer/
H A Dthermometer.conf3 { name = "cpu[0-9]-thermal";
/linux-master/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h20 char name[64]; member in struct:gaudi_async_events_ids_map
24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" },
25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" },
26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" },
27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" },
28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" },
29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" },
30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" },
31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" },
32 { .fc_id = 8, .cpu_id = 8, .valid = 0, .name
[all...]
/linux-master/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c4 static struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name) argument
13 if (name[0] != 'b' ||
14 !strncmp(name, "bcd", 3) ||
15 !strncmp(name, "brinc", 5) ||
16 !strncmp(name, "bper", 4))
21 i = strlen(name) - 1;
26 if (name[i] == '+' || name[i] == '-')
29 if (name[i] == 'l' || (name[
[all...]
/linux-master/tools/perf/arch/mips/annotate/
H A Dinstructions.c4 struct ins_ops *mips__associate_ins_ops(struct arch *arch, const char *name) argument
8 if (!strncmp(name, "bal", 3) ||
9 !strncmp(name, "bgezal", 6) ||
10 !strncmp(name, "bltzal", 6) ||
11 !strncmp(name, "bgtzal", 6) ||
12 !strncmp(name, "blezal", 6) ||
13 !strncmp(name, "beqzal", 6) ||
14 !strncmp(name, "bnezal", 6) ||
15 !strncmp(name, "bgtzl", 5) ||
16 !strncmp(name, "bltz
[all...]
/linux-master/fs/nilfs2/
H A Dsysfs.h53 #define NILFS_COMMON_ATTR_STRUCT(name) \
54 struct nilfs_##name##_attr { \
64 #define NILFS_DEV_ATTR_STRUCT(name) \
65 struct nilfs_##name##_attr { \
67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \
69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \
80 #define NILFS_CP_ATTR_STRUCT(name) \
81 struct nilfs_##name##_attr { \
83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
85 ssize_t (*store)(struct nilfs_##name##_att
[all...]
/linux-master/tools/perf/util/include/linux/
H A Dlinkage.h27 #define SYM_L_GLOBAL(name) .globl name
28 #define SYM_L_WEAK(name) .weak name
29 #define SYM_L_LOCAL(name) /* nothing */
37 #define SYM_ENTRY(name, linkage, align...) \
38 linkage(name) ASM_NL \
40 name:
45 #define SYM_START(name, linkage, align...) \
46 SYM_ENTRY(name, linkag
[all...]
/linux-master/tools/perf/arch/csky/annotate/
H A Dinstructions.c7 const char *name)
12 if (!strcmp(name, "bt") ||
13 !strcmp(name, "bf") ||
14 !strcmp(name, "bez") ||
15 !strcmp(name, "bnez") ||
16 !strcmp(name, "bnezad") ||
17 !strcmp(name, "bhsz") ||
18 !strcmp(name, "bhz") ||
19 !strcmp(name, "blsz") ||
20 !strcmp(name, "bl
6 csky__associate_ins_ops(struct arch *arch, const char *name) argument
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dlinkage.h8 #define SYM_FUNC_START(name) \
9 SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) \
12 #define SYM_FUNC_START_NOALIGN(name) \
13 SYM_START(name, SYM_L_GLOBAL, SYM_A_NONE) \
16 #define SYM_FUNC_START_LOCAL(name) \
17 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) \
20 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \
21 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE) \
24 #define SYM_FUNC_START_WEAK(name) \
25 SYM_START(name, SYM_L_WEA
[all...]
/linux-master/tools/perf/arch/x86/annotate/
H A Dinstructions.c11 { .name = "adc", .ops = &mov_ops, },
12 { .name = "add", .ops = &mov_ops, },
13 { .name = "addsd", .ops = &mov_ops, },
14 { .name = "and", .ops = &mov_ops, },
15 { .name = "andpd", .ops = &mov_ops, },
16 { .name = "andps", .ops = &mov_ops, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
19 { .name = "btr", .ops = &mov_ops, },
20 { .name
[all...]

Completed in 698 milliseconds

1234567891011>>