Searched refs:called (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c11 int called; variable
20 called++;
/linux-master/arch/mips/dec/prom/
H A Didentify.c48 static int called = 0; local
50 if (called == 0) {
51 called = 1;
/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/drivers/tty/serial/8250/
H A D8250_hp300.c205 static int called; local
213 if (called)
215 called = 1;
/linux-master/drivers/net/ethernet/amd/
H A Dmvme147.c74 static int called; local
82 if (!MACH_IS_MVME147 || called)
84 called++;
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S22 * mcount can be thought of as a function called in the middle of a subroutine
122 @ called from __ftrace_regs_caller
172 @ called from __ftrace_caller, saved in mcount_enter
176 @ called from __mcount, untouched in lr
H A Dentry-v7m.S55 @ routine called with r0 = struct pt_regs *
H A Dentry-common.S179 mrs saved_psr, spsr @ called from non-FIQ mode, so ok.
/linux-master/arch/s390/kernel/
H A Dreipl.S19 # r2 = Function to be called after store status
/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/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/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/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/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
47 | routine which converts the unnorm to a norm (called mk_norm)
H A Dsint.S8 | Entry points sint and sintrz are called from do_func
H A Dscale.S9 | The entry point sscale is called from do_func to emulate
H A Ddo_func.S14 | and combined to form the table index. The function called
98 | These routines load forced values into fp0. They are called
/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/m68k/math-emu/
H A Dfp_entry.S111 | directly here, these function may only be called from within
/linux-master/arch/arm/common/
H A Dmcpm_head.S179 @ called from here.
/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/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
/linux-master/arch/arc/kernel/
H A Dentry-compact.S287 ; Wrapper for Linux page fault handler called from EV_TLBMiss*
/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;

Completed in 213 milliseconds

12