Home
last modified time | relevance | path

Searched refs:weak (Results 1 - 25 of 146) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvclock_gettime.c26 __attribute__((weak, alias("__vdso_gettimeofday")));
33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
47 __attribute__((weak, alias("__vdso_clock_gettime")));
55 __attribute__((weak, alias("__vdso_clock_getres")));
68 __attribute__((weak, alias("__vdso_clock_gettime")));
76 __attribute__((weak, alias("__vdso_clock_gettime64")));
84 __attribute__((weak, alias("__vdso_clock_getres")));
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dvclock_gettime.c26 __attribute__((weak, alias("__vdso_gettimeofday")));
33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
47 __attribute__((weak, alias("__vdso_clock_gettime")));
55 __attribute__((weak, alias("__vdso_clock_getres")));
68 __attribute__((weak, alias("__vdso_clock_gettime")));
76 __attribute__((weak, alias("__vdso_clock_gettime64")));
84 __attribute__((weak, alias("__vdso_clock_getres")));
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-dr.c36 int strong, weak; in drff_play() local
39 weak = effect->u.rumble.weak_magnitude; in drff_play()
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
43 if (strong || weak) { in drff_play()
45 weak = weak * 0xff / 0xffff; in drff_play()
50 if (weak == 0x0a) in drff_play()
51 weak = 0x0b; in drff_play()
55 drff->report->field[0]->value[2] = weak; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
[all...]
H A Dhid-emsff.c27 int weak, strong; in emsff_play() local
29 weak = effect->u.rumble.weak_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
34 weak = weak * 0xff / 0xffff; in emsff_play()
37 emsff->report->field[0]->value[1] = weak; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
H A Dhid-mf.c38 int strong, weak; in mf_play() local
41 weak = effect->u.rumble.weak_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
46 weak = weak * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
50 mf->report->field[0]->value[0] = weak; in mf_play()
H A Dhid-pl.c44 s32 *weak; member
62 *plff->weak = right; in hid_plff_play()
81 s32 *weak; in plff_init() local
121 weak = &report->field[0]->value[3]; in plff_init()
134 weak = &report->field[3]->value[0]; in plff_init()
159 plff->weak = weak; in plff_init()
163 *weak = 0x00; in plff_init()
H A Dhid-lg2ff.c27 int weak, strong; in play_effect() local
30 weak = effect->u.rumble.weak_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
33 weak = weak * 0xff / 0xffff; in play_effect()
37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-dr.c36 int strong, weak; in drff_play() local
39 weak = effect->u.rumble.weak_magnitude; in drff_play()
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
43 if (strong || weak) { in drff_play()
45 weak = weak * 0xff / 0xffff; in drff_play()
50 if (weak == 0x0a) in drff_play()
51 weak = 0x0b; in drff_play()
55 drff->report->field[0]->value[2] = weak; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
[all...]
H A Dhid-emsff.c27 int weak, strong; in emsff_play() local
29 weak = effect->u.rumble.weak_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
34 weak = weak * 0xff / 0xffff; in emsff_play()
37 emsff->report->field[0]->value[1] = weak; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
H A Dhid-mf.c38 int strong, weak; in mf_play() local
41 weak = effect->u.rumble.weak_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
46 weak = weak * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
50 mf->report->field[0]->value[0] = weak; in mf_play()
H A Dhid-pl.c44 s32 *weak; member
62 *plff->weak = right; in hid_plff_play()
81 s32 *weak; in plff_init() local
121 weak = &report->field[0]->value[3]; in plff_init()
134 weak = &report->field[3]->value[0]; in plff_init()
159 plff->weak = weak; in plff_init()
163 *weak = 0x00; in plff_init()
H A Dhid-lg2ff.c27 int weak, strong; in play_effect() local
30 weak = effect->u.rumble.weak_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
33 weak = weak * 0xff / 0xffff; in play_effect()
37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
H A Dhid-megaworld.c20 s32 *weak; member
31 *mwctrl->weak = effect->u.rumble.weak_magnitude >> 8; in mwctrl_play()
83 mwctrl->weak = &report->field[3]->value[0]; in mwctrl_init()
/kernel/linux/linux-5.10/arch/x86/um/vdso/
H A Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/kernel/linux/linux-6.6/arch/x86/um/vdso/
H A Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dcrt.h10 char **environ __attribute__((weak));
11 const unsigned long *_auxv __attribute__((weak));
16 __attribute__((weak))
H A Dstackprotector.h21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
37 __attribute__((weak,section(".data.nolibc_stack_chk")))
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H A Dcommon.c19 extern struct op_axp_model op_model_ev4 __attribute__((weak));
20 extern struct op_axp_model op_model_ev5 __attribute__((weak));
21 extern struct op_axp_model op_model_pca56 __attribute__((weak));
22 extern struct op_axp_model op_model_ev6 __attribute__((weak));
23 extern struct op_axp_model op_model_ev67 __attribute__((weak));
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
163 my %weak; # List of weak functions
168 my $weak_regex; # Match a weak function (return function)
402 # Step 1: find all the local (static functions) and weak symbols.
403 # 't' is local, 'w/W' is weak
410 $weak{$2} = $1;
429 # Sanity check on weak function. A weak function may be overwritten by
431 if (defined $weak{
[all...]
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c44 extern void readdir64(void) __attribute__((weak));
46 extern void truncate64(void) __attribute__((weak));
112 extern void __stack_smash_handler(void *) __attribute__((weak));
115 extern long __guard __attribute__((weak));
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
163 my %weak; # List of weak functions
168 my $weak_regex; # Match a weak function (return function)
443 # Step 1: find all the local (static functions) and weak symbols.
444 # 't' is local, 'w/W' is weak
451 $weak{$2} = $1;
470 # Sanity check on weak function. A weak function may be overwritten by
472 if (defined $weak{
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dkallsyms_internal.h20 __section(".rodata") __attribute__((weak));
23 __section(".rodata") __attribute__((weak));
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.c1094 __t->weak = __weak; \ in get_config_terms()
1119 ADD_CONFIG_TERM_VAL(PERIOD, period, term->val.num, term->weak); in get_config_terms()
1122 ADD_CONFIG_TERM_VAL(FREQ, freq, term->val.num, term->weak); in get_config_terms()
1125 ADD_CONFIG_TERM_VAL(TIME, time, term->val.num, term->weak); in get_config_terms()
1128 ADD_CONFIG_TERM_STR(CALLGRAPH, term->val.str, term->weak); in get_config_terms()
1131 ADD_CONFIG_TERM_STR(BRANCH, term->val.str, term->weak); in get_config_terms()
1135 term->val.num, term->weak); in get_config_terms()
1139 term->val.num ? 1 : 0, term->weak); in get_config_terms()
1143 term->val.num ? 0 : 1, term->weak); in get_config_terms()
1147 term->val.num, term->weak); in get_config_terms()
1619 int weak; global() member
1641 int weak = 0; get_event_modifier() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Diomap_copy.c19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
/kernel/linux/linux-6.6/lib/
H A Diomap_copy.c19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()

Completed in 9 milliseconds

123456