Searched refs:force (Results 1 - 25 of 76) sorted by relevance

1234

/arch/powerpc/sysdev/
H A Dipic.c41 .force = IPIC_SIFCR_H,
48 .force = IPIC_SIFCR_H,
55 .force = IPIC_SIFCR_H,
62 .force = IPIC_SIFCR_H,
69 .force = IPIC_SIFCR_H,
76 .force = IPIC_SIFCR_H,
83 .force = IPIC_SIFCR_H,
90 .force = IPIC_SIFCR_H,
97 .force = IPIC_SIFCR_H,
104 .force
[all...]
H A Dipic.h54 u8 force; /* force register offset from base */ member in struct:ipic_info
H A Dmpic.h40 const struct cpumask *cpumask, bool force);
/arch/x86/platform/iris/
H A Diris.c45 static bool force; variable
47 module_param(force, bool, 0);
48 MODULE_PARM_DESC(force, "Set to one to force poweroff handler installation.");
68 if (force != 1) {
69 printk(KERN_ERR "The force parameter has not been set to 1 so the Iris poweroff handler will not be installed.\n");
/arch/x86/platform/geode/
H A 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) {
/arch/um/kernel/
H A Dtlb.c41 int force; member in struct:host_vm_change
44 #define INIT_HVC(mm, force) \
50 .force = force })
201 if (hvc->force || pte_newpage(*pte)) {
226 if (hvc->force || pmd_newpage(*pmd)) {
248 if (hvc->force || pud_newpage(*pud)) {
259 unsigned long end_addr, int force)
266 hvc = INIT_HVC(mm, force);
271 if (force || pgd_newpag
258 fix_range_common(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) argument
489 fix_range(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force) argument
[all...]
/arch/arm/mach-omap2/
H A Dsdrc2xxx.c85 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force) argument
91 if ((curr_perf_level == level) && !force)
H A Dsleep24xx.S110 strne r0, [r1] @ rewrite DLLA to force DLL reload
112 strne r0, [r1] @ rewrite DLLB to force DLL reload
H A Dsram242x.S49 mov r8, r3 @ capture force parameter
118 mov r3, #0x4000 @ get val for force
119 orr r5, r5, r3 @ build value for force
213 mov r7, #0x4000 @ get val for force
214 orr r8, r8, r7 @ build value for force
H A Dsram243x.S49 mov r8, r3 @ capture force parameter
118 mov r3, #0x4000 @ get val for force
119 orr r5, r5, r3 @ build value for force
213 mov r7, #0x4000 @ get val for force
214 orr r8, r8, r7 @ build value for force
/arch/mips/include/asm/
H A Dirq.h55 const struct cpumask *affinity, bool force);
/arch/ia64/hp/common/
H A Daml_nfw.c35 module_param_named(force, force_register, bool, 0);
36 MODULE_PARM_DESC(force, "Install opregion handler even without HPQ5001 device");
/arch/ia64/kernel/
H A Dmsi_ia64.c16 const cpumask_t *cpu_mask, bool force)
137 const struct cpumask *mask, bool force)
15 ia64_set_msi_irq_affinity(struct irq_data *idata, const cpumask_t *cpu_mask, bool force) argument
136 dmar_msi_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
/arch/arm/mach-prima2/
H A Dsleep.S32 @ sleep force bit.
/arch/mips/mti-malta/
H A Dmalta-smtc.c117 bool force)
116 plat_set_irq_affinity(struct irq_data *d, const struct cpumask *affinity, bool force) argument
/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_irq_per.c89 const struct cpumask *affinity, bool force)
88 msp_per_irq_set_affinity(struct irq_data *d, const struct cpumask *affinity, bool force) argument
H A Dmsp_irq_cic.c130 const struct cpumask *cpumask, bool force)
129 msp_cic_irq_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument
/arch/m68k/fpsp040/
H 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 singl
[all...]
/arch/arm/plat-omap/include/plat/
H A Dsdrc.h158 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
/arch/x86/crypto/
H A Dblowfish_glue.c461 static int force; variable
462 module_param(force, int, 0);
463 MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist");
467 if (!force && is_blacklisted_cpu()) {
/arch/mn10300/mm/
H A Dtlb-mn10300.S80 mov _PAGE_VALID,d2 # force address error handler to be
143 mov _PAGE_VALID,d2 # force address error handler to be
/arch/sparc/kernel/
H A Dleon_kernel.c118 bool force)
465 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->force[cpu], mask);
472 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->force[cpu], mask<<16);
117 leon_set_affinity(struct irq_data *data, const struct cpumask *dest, bool force) argument
/arch/arm/kernel/
H A Dsleep.S47 moveq r0, #1 @ force non-zero value
/arch/arm/mach-sa1100/
H A Dsleep.S139 @ Step 6 set force sleep bit in PMCR
/arch/powerpc/sysdev/xics/
H A Dics-rtas.c123 bool force)
121 ics_rtas_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument

Completed in 499 milliseconds

1234