Searched refs:global (Results 101 - 125 of 330) sorted by relevance

1234567891011>>

/linux-master/drivers/irqchip/
H A Dirq-riscv-imsic-state.h50 struct imsic_global_config global; member in struct:imsic_priv
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c226 struct uncore_global_discovery global; local
254 memcpy_fromio(&global, io_addr, sizeof(struct uncore_global_discovery));
255 if (uncore_discovery_invalid_unit(global)) {
257 global.table1, global.ctl, global.table3);
263 size = (1 + global.max_units) * global.stride * 8;
269 for (i = 0; i < global.max_units; i++) {
270 memcpy_fromio(&unit, io_addr + (i + 1) * (global
[all...]
/linux-master/arch/parisc/kernel/
H A Dhead.S43 .import $global$ /* forward declaration */
176 /* Get the global data pointer */
294 /* Initialize the global data pointer */
437 .export $global$,data
439 .type $global$,@object
440 .size $global$,4
441 $global$:
/linux-master/drivers/infiniband/hw/hfi1/
H A Druc.c16 return (gid->global.interface_id == id &&
17 (gid->global.subnet_prefix == gid_prefix ||
18 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX));
58 grh->dgid.global.subnet_prefix,
59 grh->dgid.global.interface_id))
95 grh->dgid.global.subnet_prefix,
96 grh->dgid.global.interface_id))
120 * @grh: the global route address to send to
138 hdr->sgid.global.subnet_prefix = ibp->rvp.gid_prefix;
139 hdr->sgid.global
[all...]
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c315 static struct global_params global; variable in typeref:struct:global_params
1158 policy->cpuinfo.max_freq = READ_ONCE(global.no_turbo) ?
1189 return sprintf(buf, "%u\n", global.object); \
1279 ret = sprintf(buf, "%u\n", global.no_turbo);
1304 if (no_turbo == global.no_turbo)
1307 if (global.turbo_disabled) {
1313 WRITE_ONCE(global.no_turbo, no_turbo);
1321 /* Squash the global minimum into the permitted range. */
1322 if (global.min_perf_pct > pct)
1323 global
[all...]
/linux-master/include/rdma/
H A Dib_sa.h226 ib->dgid.global.interface_id
228 ib->dgid.global.subnet_prefix
229 = opa->dgid.global.subnet_prefix;
230 ib->sgid.global.interface_id
232 ib->dgid.global.subnet_prefix
233 = opa->dgid.global.subnet_prefix;
/linux-master/mm/kasan/
H A Dgeneric.c215 static void register_global(struct kasan_global *global) argument
217 size_t aligned_size = round_up(global->size, KASAN_GRANULE_SIZE);
219 kasan_unpoison(global->beg, global->size, false);
221 kasan_poison(global->beg + aligned_size,
222 global->size_with_redzone - aligned_size,
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh58 git config --global user.email "fdo@example.com"
59 git config --global user.name "freedesktop.org CI"
60 git config --global pull.rebase true
/linux-master/arch/sh/lib/
H A Dashlsi3.S52 .global __ashlsi3
53 .global __ashlsi3_r0
H A Dlshrsi3.S51 .global __lshrsi3
52 .global __lshrsi3_r0
H A Dashrsi3.S51 .global __ashrsi3
52 .global __ashrsi3_r0
H A Dudivsi3.S13 .global __udivsi3
/linux-master/arch/m68k/fpsp040/
H A Dsasin.S55 .global sasind
61 .global sasin
H A Dsatanh.S61 .global satanhd
67 .global satanh
H A Dsto_res.S32 .global sto_cos
65 .global sto_res
H A Dx_unimp.S40 .global fpsp_unimp
41 .global uni_2
H A Dsgetem.S47 .global sgetexp
55 .global sgetexpd
76 .global sgetman
92 .global sgetmand
/linux-master/arch/nios2/kernel/
H A Dhead.S31 .global empty_zero_page
37 * This global variable is used as an extension to the nios'
44 .global _current_thread
/linux-master/arch/powerpc/crypto/
H A Dppc-xlate.pl19 my $global = \$GLOBALS{$name};
38 $$global = $name;
/linux-master/arch/sh/boot/romimage/
H A Dhead.S11 .global romstart
/linux-master/arch/parisc/boot/compressed/
H A Dhead.S19 .import $global$ /* forward declaration */
56 /* Initialize the global data pointer */
/linux-master/arch/arm/kernel/
H A Dsigreturn_codes.S71 .global sigreturn_codes
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S71 .global idt_handler_code
/linux-master/fs/sysfs/
H A Dmount.c78 fc->global = true;
/linux-master/arch/xtensa/lib/
H A Dmodsi3.S68 .global __nsau_data

Completed in 400 milliseconds

1234567891011>>