Home
last modified time | relevance | path

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

12345

/arch/powerpc/sysdev/
Dipic.c36 .force = IPIC_SIFCR_H,
43 .force = IPIC_SIFCR_H,
50 .force = IPIC_SIFCR_H,
57 .force = IPIC_SIFCR_H,
64 .force = IPIC_SIFCR_H,
71 .force = IPIC_SIFCR_H,
78 .force = IPIC_SIFCR_H,
85 .force = IPIC_SIFCR_H,
92 .force = IPIC_SIFCR_H,
99 .force = IPIC_SIFCR_H,
[all …]
Dipic.h50 u8 force; /* force register offset from base */ member
Dmpic.h35 const struct cpumask *cpumask, bool force);
/arch/x86/platform/iris/
Diris.c32 static bool force; variable
34 module_param(force, bool, 0);
35 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
95 if (force != 1) { in iris_init()
/arch/x86/platform/geode/
Dalix.c38 static bool force = 0; variable
39 module_param(force, bool, 0444);
41 MODULE_PARM_DESC(force, "Force detection as ALIX.2/ALIX.3 platform");
122 if (force) { in alix_present()
/arch/um/kernel/
Dtlb.c43 int force; member
46 #define INIT_HVC(mm, force, userspace) \ argument
53 .force = force })
249 if (hvc->force || pte_newpage(*pte)) { in update_pte_range()
275 if (hvc->force || pmd_newpage(*pmd)) { in update_pmd_range()
297 if (hvc->force || pud_newpage(*pud)) { in update_pud_range()
319 if (hvc->force || p4d_newpage(*p4d)) { in update_p4d_range()
330 unsigned long end_addr, int force) in fix_range_common() argument
337 hvc = INIT_HVC(mm, force, userspace); in fix_range_common()
342 if (force || pgd_newpage(*pgd)) { in fix_range_common()
[all …]
/arch/x86/crypto/
Dtwofish_glue_3way.c249 static int force; variable
250 module_param(force, int, 0);
251 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
255 if (!force && is_blacklisted_cpu()) { in init()
Dblowfish_glue.c421 static int force; variable
422 module_param(force, int, 0);
423 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
429 if (!force && is_blacklisted_cpu()) { in init()
Ddes3_ede_glue.c465 static int force; variable
466 module_param(force, int, 0);
467 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
473 if (!force && is_blacklisted_cpu()) { in des3_ede_x86_init()
/arch/arm/mach-omap2/
Dsdrc2xxx.c79 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force) in omap2xxx_sdrc_reprogram() argument
85 if ((curr_perf_level == level) && !force) in omap2xxx_sdrc_reprogram()
Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
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
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
Dsdrc.h101 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
/arch/powerpc/kernel/
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/
Deeh_event.h25 void eeh_remove_event(struct eeh_pe *pe, bool force);
/arch/m68k/fpsp040/
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 …]
/arch/ia64/hp/common/
Daml_nfw.c31 module_param_named(force, force_register, bool, 0);
32 MODULE_PARM_DESC(force, "Install opregion handler even without HPQ5001 device");
/arch/ia64/kernel/
Dmsi_ia64.c17 const cpumask_t *cpu_mask, bool force) in ia64_set_msi_irq_affinity() argument
117 const struct cpumask *mask, bool force) in dmar_msi_set_affinity() argument
/arch/x86/kernel/
Dearly_printk.c225 int force = 0; in early_pci_serial_init() local
235 force = 1; in early_pci_serial_init()
272 if (!force) in early_pci_serial_init()
/arch/x86/platform/uv/
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()
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/arm/mach-prima2/
Dsleep.S31 @ sleep force bit.
/arch/arm/boot/dts/
Dstih418-b2199.dts95 st,osc-force-ext;
/arch/arm64/kernel/vdso/
DMakefile20 btildflags-$(CONFIG_ARM64_BTI_KERNEL) += -z force-bti

12345