Searched refs:called (Results 1 - 25 of 40) sorted by last modified time

12

/linux-master/
H A DMakefile347 # We're called with mixed targets (*config and build targets).
924 KBUILD_CFLAGS += -fno-inline-functions-called-once
/linux-master/kernel/bpf/
H A Dverifier.c3566 /* For given verifier state backtrack_insn() is called from the last insn to
4992 * check_stack_access_for_ptr_arithmetic() called by
5929 "bpf_throw kfunc (insn %d) cannot be called from callback subprog %d\n",
5953 /* async callbacks don't increase bpf prog stack size unless called directly */
6102 * must be called with size < BPF_REG_SIZE
7913 /* process_iter_next_call() is called when verifier gets to iterator's next
9557 /* Only global subprogs cannot be called with a lock held. */
9573 subprog_aux(env, subprog)->called = true;
9815 * be called with lock held? If so, no need to complain about unreleased
11283 * bpf_spin_lock is called
[all...]
/linux-master/rust/
H A DMakefile293 -fno-inline-functions-called-once -fsanitize=bounds-strict \
/linux-master/virt/kvm/
H A Dkvm_main.c294 bool called; local
308 called = kvm_kick_many_cpus(cpus, !!(req & KVM_REQUEST_WAIT));
311 return called;
320 bool called; local
334 called = kvm_kick_many_cpus(cpus, !!(req & KVM_REQUEST_WAIT));
337 return called;
1179 * Called after per-vm debugfs created. When called kvm->debugfs_dentry should
2015 * Must be called holding kvm->slots_lock for write.
2942 * Whoever called remap_pfn_range is also going to call e.g.
4026 * Unlike kvm_arch_vcpu_runnable, this function is called outsid
[all...]
/linux-master/include/linux/
H A Dbpf.h112 /* funcs called by prog_array and perf_event_array map */
147 /* Functions called by bpf_local_storage maps */
974 /* verifier optimization callbacks (called after .finalize) */
1388 bool called : 1; member in struct:bpf_func_info_aux
1588 /* deallocate link resources callback, called without RCU grace period
1592 /* deallocate link resources callback, called after RCU grace period;
2631 * is called by a bpf program.
3152 /* verifier prototypes for helper functions called from eBPF programs */
/linux-master/net/x25/
H A Daf_x25.c121 char *called, *calling; local
127 called = called_addr->x25_addr;
134 *called++ = ((*p >> 0) & 0x0F) + '0';
137 *called++ = ((*p >> 4) & 0x0F) + '0';
149 *called = *calling = '\0';
158 char *called, *calling; local
161 called = called_addr->x25_addr;
164 called_len = strlen(called);
172 *p |= (*called++ - '0') << 0;
176 *p |= (*called
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl648 called |
4241 # Ignore functions being called
4893 # Folks usually mean EOPNOTSUPP (also called ENOTSUP), when they type ENOTSUPP.
H A Dget_feat.pl596 Put the script in verbose mode, useful for debugging. Can be called multiple
/linux-master/drivers/tty/vt/
H A Dkeyboard.c387 * shift_down[] and shift_state from key_down[] maybe called when keymap is
672 pr_err("k_lowercase was called - impossible\n");
780 pr_err("k_fn called with value=%d\n", value);
1536 /* We are called with interrupts disabled, just take the lock */
1571 * function is called. The function then looks at the device, and if it
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c510 if (bpf_obj2->bss->called)
514 ASSERT_GT(bpf_obj2->bss->called, 0, "not called");
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S192 # Output: HashKeys stored in gcm_context_data. Only needs to be called
/linux-master/drivers/gpio/
H A Dgpio-omap.c209 * *_runtime_get_sync() is called, _gpio_dbck_enable() within
986 static bool called; local
989 if (called || bank->regs->revision == USHRT_MAX)
996 called = true;
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c61 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
152 static bool called; local
156 CHECK(!filt_dat && !called);
157 called = true;
352 static bool called; local
356 CHECK(data && filt_dat == data && !called);
357 called = true;
H A Ddlfilter-test-api-v2.c67 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
167 static bool called; local
171 CHECK(!filt_dat && !called);
172 called = true;
371 static bool called; local
375 CHECK(data && filt_dat == data && !called);
376 called = true;
/linux-master/arch/arc/kernel/
H A Dentry-compact.S287 ; Wrapper for Linux page fault handler called from EV_TLBMiss*
/linux-master/arch/arm/nwfpe/
H A Dentry.S15 It is called from the kernel with code similar to this:
174 @ The FP module is called with these registers set:
/linux-master/arch/arm/kernel/
H A Dentry-common.S179 mrs saved_psr, spsr @ called from non-FIQ mode, so ok.
H A Dentry-v7m.S55 @ routine called with r0 = struct pt_regs *
/linux-master/arch/s390/boot/
H A Dhead.S215 # this is called either by the ipl loader or directly by PSW restart
/linux-master/drivers/cpufreq/
H A DKconfig.x8633 module will be called pcc-cpufreq.
96 module will be called acpi-cpufreq.
107 The powernow-k8 driver used to provide a sysfs knob called "cpb"
176 module will be called powernow-k8.
221 module will be called speedstep-centrino.
275 module will be called p4-clockmod.
/linux-master/arch/arm/common/
H A Dmcpm_head.S179 @ called from here.
/linux-master/arch/s390/kernel/
H A Dreipl.S19 # r2 = Function to be called after store status
/linux-master/arch/arm/mach-rpc/
H A Decard.c114 * This should allow 99% of loaders to be called from Linux.
400 panic("ecard_def_fiq_enable called - impossible");
405 panic("ecard_def_fiq_disable called - impossible");
426 * They are not meant to be called directly, but via enable/disable_irq.
559 int called = 0; local
575 called ++;
580 if (called == 0)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c11 int called; variable
20 called++;
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra20.S106 * can be called on the current cpu or another cpu
107 * if called on the current cpu, does not return
114 reteq lr @ must not be called for CPU 0
346 * called with MMU off and caches disabled

Completed in 454 milliseconds

12