/arch/powerpc/sysdev/ |
D | ipic.c | 36 .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 …]
|
D | ipic.h | 50 u8 force; /* force register offset from base */ member
|
D | mpic.h | 35 const struct cpumask *cpumask, bool force);
|
/arch/x86/platform/iris/ |
D | iris.c | 32 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/ |
D | alix.c | 38 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/ |
D | tlb.c | 43 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/ |
D | twofish_glue_3way.c | 249 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()
|
D | blowfish_glue.c | 421 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()
|
D | des3_ede_glue.c | 465 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/ |
D | sdrc2xxx.c | 79 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force) in omap2xxx_sdrc_reprogram() argument 85 if ((curr_perf_level == level) && !force) in omap2xxx_sdrc_reprogram()
|
D | sleep24xx.S | 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
D | sram243x.S | 34 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
|
D | sram242x.S | 34 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
|
D | sdrc.h | 101 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
|
/arch/powerpc/kernel/ |
D | eeh_event.c | 167 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/ |
D | eeh_event.h | 25 void eeh_remove_event(struct eeh_pe *pe, bool force);
|
/arch/m68k/fpsp040/ |
D | util.S | 6 | 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/ |
D | aml_nfw.c | 31 module_param_named(force, force_register, bool, 0); 32 MODULE_PARM_DESC(force, "Install opregion handler even without HPQ5001 device");
|
/arch/ia64/kernel/ |
D | msi_ia64.c | 17 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/ |
D | early_printk.c | 225 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/ |
D | uv_irq.c | 52 bool force) in uv_set_irq_affinity() argument 58 ret = parent->chip->irq_set_affinity(parent, mask, force); in uv_set_irq_affinity()
|
D | uv_time.c | 237 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/ |
D | sleep.S | 31 @ sleep force bit.
|
/arch/arm/boot/dts/ |
D | stih418-b2199.dts | 95 st,osc-force-ext;
|
/arch/arm64/kernel/vdso/ |
D | Makefile | 20 btildflags-$(CONFIG_ARM64_BTI_KERNEL) += -z force-bti
|