| /arch/powerpc/sysdev/ |
| A D | ipic.c | 37 .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 D | ipic.h | 50 u8 force; /* force register offset from base */ member
|
| A D | mpic.h | 35 const struct cpumask *cpumask, bool force);
|
| /arch/x86/platform/iris/ |
| A D | iris.c | 31 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 D | alix.c | 36 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 D | twofish_glue_3way.c | 141 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 D | blowfish_glue.c | 155 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 D | des3_ede_glue.c | 352 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 D | camellia_glue.c | 1376 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 D | sdrc2xxx.c | 77 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 D | sleep24xx.S | 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
| A 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
|
| A 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
|
| A D | sdrc.h | 96 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
|
| /arch/powerpc/kernel/ |
| A 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/ |
| A D | eeh_event.h | 25 void eeh_remove_event(struct eeh_pe *pe, bool force);
|
| /arch/m68k/fpsp040/ |
| A 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 …]
|
| A D | res_func.S | 540 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 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()
|
| A 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/x86/kernel/ |
| A D | early_printk.c | 270 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 D | msi.c | 35 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 D | Makefile | 18 btildflags-$(CONFIG_ARM64_BTI_KERNEL) += -z force-bti
|
| /arch/arm/boot/dts/st/ |
| A D | stih418-b2199.dts | 47 st,osc-force-ext;
|
| /arch/arm/boot/dts/samsung/ |
| A D | s3c6410-smdk6410.dts | 59 smsc,force-internal-phy;
|