Searched refs:arg (Results 51 - 75 of 3423) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/
H A Di915_ioc32.h12 unsigned long arg);
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dearly_alloc.h9 void *hyp_early_alloc_page(void *arg);
/linux-master/arch/arm64/kernel/
H A Dpointer_auth.c11 int ptrauth_prctl_reset_keys(struct task_struct *tsk, unsigned long arg) argument
24 if (!arg) {
29 if (arg & ~key_mask)
32 if (((arg & addr_key_mask) && !system_supports_address_auth()) ||
33 ((arg & PR_PAC_APGAKEY) && !system_supports_generic_auth()))
36 if (arg & PR_PAC_APIAKEY)
38 if (arg & PR_PAC_APIBKEY)
40 if (arg & PR_PAC_APDAKEY)
42 if (arg & PR_PAC_APDBKEY)
44 if (arg
51 arg_to_enxx_mask(unsigned long arg) argument
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_rx.h15 void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);
/linux-master/arch/arm64/include/asm/
H A Dsdei.h26 asmlinkage void __sdei_asm_handler(unsigned long event_num, unsigned long arg,
31 unsigned long arg,
44 struct sdei_registered_event *arg);
47 struct sdei_registered_event *arg);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c47 * \param arg user argument.
51 unsigned long arg)
58 return drm_compat_ioctl(filp, cmd, arg);
65 ret = (*fn)(filp, cmd, arg);
67 ret = nouveau_drm_ioctl(filp, cmd, arg);
50 nouveau_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
/linux-master/kernel/
H A Delfcorehdr.c29 static int __init setup_elfcorehdr(char *arg) argument
32 if (!arg)
34 elfcorehdr_addr = memparse(arg, &end);
39 return end > arg ? 0 : -EINVAL;
/linux-master/tools/testing/selftests/rseq/
H A Drseq-ppc.h46 #define RSEQ_STORE_LONG(arg) "std%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" constraint) */
47 #define RSEQ_STORE_INT(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" constraint) */
48 #define RSEQ_LOAD_LONG(arg) "ld%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m" constraint) */
49 #define RSEQ_LOAD_INT(arg) "lw
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dbeauty.h79 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
93 * @len: for tracepoint dynamic arrays, if fmt->nr_entries == 0, then its not a fixed array, look at arg->len
94 * @args: All the args, use syscall_args__val(arg, nth) to access one
100 * @idx: syscall arg idx (is this the first?)
101 * @mask: a syscall arg may mask another arg, see syscall_arg__scnprintf_futex_op
122 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx);
124 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg);
127 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
130 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u6
[all...]
H A Dsocket.c21 size_t syscall_arg__scnprintf_socket_protocol(char *bf, size_t size, struct syscall_arg *arg) argument
23 int domain = syscall_arg__val(arg, 0);
26 return socket__scnprintf_ipproto(arg->val, bf, size, arg->show_string_prefix);
28 return syscall_arg__scnprintf_int(bf, size, arg);
44 size_t syscall_arg__scnprintf_socket_level(char *bf, size_t size, struct syscall_arg *arg) argument
46 return socket__scnprintf_level(arg->val, bf, size, arg->show_string_prefix);
/linux-master/arch/x86/tools/
H A Drelocs_common.c35 char *arg = argv[i]; local
36 if (*arg == '-') {
37 if (strcmp(arg, "--abs-syms") == 0) {
41 if (strcmp(arg, "--abs-relocs") == 0) {
45 if (strcmp(arg, "--reloc-info") == 0) {
49 if (strcmp(arg, "--text") == 0) {
53 if (strcmp(arg, "--realmode") == 0) {
59 fname = arg;
/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.h7 extern void dsp_hwec_enable(struct dsp *dsp, const char *arg);
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp.c19 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) argument
26 shmobile_smp_arg[cpu] = arg;
/linux-master/drivers/pci/hotplug/
H A Drpaphp.h36 #define dbg(format, arg...) \
40 MY_NAME, ## arg); \
42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
/linux-master/tools/perf/util/
H A Dunwind-libdw.h12 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg);
20 void *arg; member in struct:unwind_info
/linux-master/include/media/
H A Dvideobuf2-memops.h26 * @arg: argument for @put callback.
30 void (*put)(void *arg);
31 void *arg; member in struct:vb2_vmarea_handler
/linux-master/fs/ocfs2/
H A Dioctl.h17 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
18 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.h48 unsigned int cmd, unsigned long arg);
51 unsigned int cmd, unsigned long arg);
/linux-master/drivers/usb/typec/
H A Dport-mapper.c47 struct each_port_arg *arg = data; local
50 con_adev = ACPI_COMPANION(&arg->port->dev);
55 component_match_add(&arg->port->dev, &arg->match, typec_port_compare,
62 struct each_port_arg arg = { .port = con, .match = NULL }; local
67 acpi_bus_for_each_dev(typec_port_match, &arg);
68 if (!arg.match)
82 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match);
/linux-master/tools/testing/selftests/kvm/include/
H A Dguest_modes.h19 void for_each_guest_mode(void (*func)(enum vm_guest_mode, void *), void *arg);
21 void guest_modes_cmdline(const char *arg);
/linux-master/arch/x86/boot/
H A Dearly_serial_console.c49 char arg[32]; local
53 if (cmdline_find_option("earlyprintk", arg, sizeof(arg)) > 0) {
56 if (!strncmp(arg, "serial", 6)) {
61 if (arg[pos] == ',')
70 if (pos == 7 && !strncmp(arg + pos, "0x", 2)) {
71 port = simple_strtoull(arg + pos, &e, 16);
72 if (port == 0 || arg + pos == e)
75 pos = e - arg;
76 } else if (!strncmp(arg
[all...]
/linux-master/tools/lib/thermal/
H A Devents.c21 static int handle_thermal_event(struct nl_msg *n, void *arg) argument
26 struct thermal_handler_param *thp = arg;
31 arg = thp->arg;
43 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
46 return ops->tz_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
49 return ops->tz_enable(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
52 return ops->tz_disable(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
59 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_HYST]), arg);
66 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_HYST]), arg);
119 thermal_events_handle(struct thermal_handler *th, void *arg) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-transform.sh101 arg = $i;
105 sub(/[0-9]*$/, seconds, arg);
106 if (arg ~ /^"/) {
107 lq = substr(arg, 1, 1);
108 arg = substr(arg, 2);
110 if (arg ~ /"$/) {
111 rq = substr(arg, length($i), 1);
112 arg = substr(arg,
[all...]
/linux-master/tools/lib/thermal/include/
H A Dthermal.h17 int (*tz_temp)(int tz_id, int temp, void *arg);
21 int (*tz_create)(const char *name, int tz_id, void *arg);
22 int (*tz_delete)(int tz_id, void *arg);
23 int (*tz_enable)(int tz_id, void *arg);
24 int (*tz_disable)(int tz_id, void *arg);
25 int (*trip_high)(int tz_id, int trip_id, int temp, void *arg);
26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg);
27 int (*trip_add)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg);
28 int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg);
29 int (*trip_delete)(int tz_id, int trip_id, void *arg);
[all...]
/linux-master/mm/kasan/
H A Dhw_tags.c86 static int __init early_kasan_flag(char *arg) argument
88 if (!arg)
91 if (!strcmp(arg, "off"))
93 else if (!strcmp(arg, "on"))
103 static int __init early_kasan_mode(char *arg) argument
105 if (!arg)
108 if (!strcmp(arg, "sync"))
110 else if (!strcmp(arg, "async"))
112 else if (!strcmp(arg, "asymm"))
122 static int __init early_kasan_flag_vmalloc(char *arg) argument
152 early_kasan_flag_page_alloc_sample(char *arg) argument
173 early_kasan_flag_page_alloc_sample_order(char *arg) argument
[all...]

Completed in 211 milliseconds

1234567891011>>