Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 144) sorted by relevance

123456

/arch/powerpc/sysdev/
A Dipic.c37 .force = IPIC_SIFCR_H,
44 .force = IPIC_SIFCR_H,
51 .force = IPIC_SIFCR_H,
58 .force = IPIC_SIFCR_H,
65 .force = IPIC_SIFCR_H,
150 .force = IPIC_SEFCR,
158 .force = IPIC_SEFCR,
166 .force = IPIC_SEFCR,
174 .force = IPIC_SEFCR,
182 .force = IPIC_SEFCR,
[all …]
A Dipic.h50 u8 force; /* force register offset from base */ member
A Dmpic.h35 const struct cpumask *cpumask, bool force);
/arch/x86/platform/iris/
A Diris.c31 static bool force; variable
33 module_param(force, bool, 0);
34 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
93 if (force != 1) { in iris_init()
/arch/x86/platform/geode/
A Dalix.c36 static bool force = 0; variable
37 module_param(force, bool, 0444);
39 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform");
63 if (force) { in alix_present()
/arch/x86/crypto/
A Dtwofish_glue_3way.c141 static int force; variable
142 module_param(force, int, 0);
143 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
147 if (!force && is_blacklisted_cpu()) { in twofish_3way_init()
A Dblowfish_glue.c155 static int force; variable
156 module_param(force, int, 0);
157 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
163 if (!force && is_blacklisted_cpu()) { in blowfish_init()
A Ddes3_ede_glue.c352 static int force; variable
353 module_param(force, int, 0);
354 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
360 if (!force && is_blacklisted_cpu()) { in des3_ede_x86_init()
A Dcamellia_glue.c1376 static int force; variable
1377 module_param(force, int, 0);
1378 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
1384 if (!force && is_blacklisted_cpu()) { in camellia_init()
/arch/arm/mach-omap2/
A Dsdrc2xxx.c77 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force) in omap2xxx_sdrc_reprogram() argument
83 if ((curr_perf_level == level) && !force) in omap2xxx_sdrc_reprogram()
A Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
A Dsram242x.S34 mov r8, r3 @ capture force parameter
103 mov r3, #0x4000 @ get val for force
104 orr r5, r5, r3 @ build value for force
198 mov r7, #0x4000 @ get val for force
199 orr r8, r8, r7 @ build value for force
A Dsram243x.S34 mov r8, r3 @ capture force parameter
103 mov r3, #0x4000 @ get val for force
104 orr r5, r5, r3 @ build value for force
198 mov r7, #0x4000 @ get val for force
199 orr r8, r8, r7 @ build value for force
A Dsdrc.h96 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
/arch/powerpc/kernel/
A Deeh_event.c167 void eeh_remove_event(struct eeh_pe *pe, bool force) in eeh_remove_event() argument
183 if (!force && event->pe && in eeh_remove_event()
/arch/powerpc/include/asm/
A Deeh_event.h25 void eeh_remove_event(struct eeh_pe *pe, bool force);
/arch/m68k/fpsp040/
A Dutil.S6 | ovf_res: used by overflow to force the correct
97 | extended. If the instruction is not fsgldiv or fsglmul but a force-
98 | precision instruction, the rounding precision is then set to the force
109 beql ovff_sgl |force precision is single
111 beql ovff_dbl |force precision is double
124 beql ovff_sgl |the instruction is force single
126 beql ovff_dbl |the instruction is force double
361 beql unff_sgl |force precision is single
362 cmpil #0x3,%d0 |force precision is double
376 beql unff_sgl |force single
[all …]
A Dres_func.S540 movel #0x3c010000,LOCAL_EX(%a0) |force pos double zero
547 movel #0x3c010000,LOCAL_EX(%a0) |force pos double zero
553 movel #0xbc010000,LOCAL_EX(%a0) |force pos double zero
561 movel #0xbc010000,LOCAL_EX(%a0) |force pos double zero
572 movel #0x3f810000,LOCAL_EX(%a0) |force pos single zero
698 | and force the result.
846 orw #0x3fff,%d0 |force the exponent to +/- 1
891 clrl %d0 |force sticky to zero
1021 orw #0x3fff,%d0 |force the exponent to +/- 1
1066 clrl %d0 |force sticky to zero
[all …]
/arch/x86/platform/uv/
A Duv_irq.c52 bool force) in uv_set_irq_affinity() argument
58 ret = parent->chip->irq_set_affinity(parent, mask, force); in uv_set_irq_affinity()
A Duv_time.c237 static int uv_rtc_unset_timer(int cpu, int force) in uv_rtc_unset_timer() argument
249 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force) in uv_rtc_unset_timer()
/arch/x86/kernel/
A Dearly_printk.c270 int force = 0; in early_pci_serial_init() local
280 force = 1; in early_pci_serial_init()
317 if (!force) in early_pci_serial_init()
/arch/x86/kernel/apic/
A Dmsi.c35 msi_set_affinity(struct irq_data *irqd, const struct cpumask *mask, bool force) in msi_set_affinity() argument
47 ret = parent->chip->irq_set_affinity(parent, mask, force); in msi_set_affinity()
/arch/arm64/kernel/vdso/
A DMakefile18 btildflags-$(CONFIG_ARM64_BTI_KERNEL) += -z force-bti
/arch/arm/boot/dts/st/
A Dstih418-b2199.dts47 st,osc-force-ext;
/arch/arm/boot/dts/samsung/
A Ds3c6410-smdk6410.dts59 smsc,force-internal-phy;

Completed in 34 milliseconds

123456