Searched refs:disabled (Results 1 - 25 of 70) sorted by relevance

123

/arch/mn10300/kernel/
H A Dfpu-nofpu-low.S21 # - handle an exception due to the FPU being disabled
22 # when CONFIG_FPU is disabled
/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c75 .disabled = true,
85 .disabled = true,
95 cpuidle_driver.states[1].disabled = false;
98 cpuidle_driver.states[2].disabled = false;
/arch/m68k/q40/
H A Dq40ints.c80 static int disabled; variable
96 /* make sure keyboard IRQ is disabled */
200 static int mext_disabled=0; /* ext irq disabled by master chip? */
251 disabled = 1;
253 /*printk("IRQ_INPROGRESS detected for irq %d, disabling - %s disabled\n",
254 irq, disabled ? "already" : "not yet"); */
256 disabled = 1;
268 if (disabled) {
271 disabled = 0;
275 disabled
[all...]
/arch/frv/mb93090-mb00/
H A Dpci-frv.c71 * (3) Try to allocate resources for disabled devices. If the
107 int idx, disabled; local
120 disabled = !(command & PCI_COMMAND_IO);
122 disabled = !(command & PCI_COMMAND_MEMORY);
123 if (pass == disabled) {
125 r->start, r->end, r->flags, disabled, pass);
/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.c82 * (3) Try to allocate resources for disabled devices. If the
130 int idx, disabled; local
143 disabled = !(command & PCI_COMMAND_IO);
145 disabled = !(command & PCI_COMMAND_MEMORY);
146 if (pass == disabled) {
150 disabled, pass);
/arch/tile/kvm/
H A DKconfig15 disabled.
/arch/x86/pci/
H A Di386.c198 * (3) Try to allocate resources for disabled devices. If the
250 int idx, disabled, i; local
270 disabled = !(command & PCI_COMMAND_IO);
272 disabled = !(command & PCI_COMMAND_MEMORY);
273 if (pass == disabled) {
276 idx, r, disabled, pass);
/arch/arm64/kvm/
H A DKconfig15 disabled.
/arch/m68k/fpsp040/
H A Dx_ovfl.S12 | Trap disabled results
29 | All trap disabled code applies. In addition the exceptional
H A Dkernel_ex.S49 | if dz trap disabled
77 | dz disabled
105 | if (operr trap disabled)
235 | ;fall through to disabled case
237 | For disabled overflow call 'ovf_r_k'. This routine loads the
310 beqs dst_dis |branch if disabled
344 beqs src_dis |branch if disabled
/arch/mips/kvm/
H A DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/arch/mn10300/mm/
H A Dcache.inc27 # don't want an interrupt routine seeing a disabled cache
88 # don't want an interrupt routine seeing a disabled cache
H A DMakefile25 cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
/arch/s390/kvm/
H A DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
/arch/m68k/kernel/
H A Dsun3-head.S63 moveq #ICACHE_ONLY,%d0 | Cache disabled until we're ready to enable it
/arch/x86/kernel/
H A Dkgdb.c226 if (bp->attr.disabled != 1)
236 bp->attr.disabled = 0;
321 if (!bp->attr.disabled) {
323 bp->attr.disabled = 1;
414 if (bp->attr.disabled == 1)
417 bp->attr.disabled = 1;
667 attr.disabled = 1;
H A Dptrace.c595 if (bp[i] && !bp[i]->attr.disabled) {
605 int len, int type, bool disabled)
613 attr->disabled = disabled;
621 unsigned long addr, bool disabled)
629 err = ptrace_fill_bp_fields(&attr, len, type, disabled);
638 int disabled)
643 err = ptrace_fill_bp_fields(&attr, len, type, disabled);
667 bool disabled = !decode_dr7(data, i, &len, &type); local
671 if (disabled)
604 ptrace_fill_bp_fields(struct perf_event_attr *attr, int len, int type, bool disabled) argument
620 ptrace_register_breakpoint(struct task_struct *tsk, int len, int type, unsigned long addr, bool disabled) argument
637 ptrace_modify_breakpoint(struct perf_event *bp, int len, int type, int disabled) argument
[all...]
/arch/arm/mach-tegra/
H A Dcpuidle-tegra20.c223 tegra_idle_driver.states[1].disabled = true;
/arch/arm/kvm/
H A DKconfig15 disabled.
/arch/ia64/kvm/
H A DKconfig16 If you say N, all options in this submenu will be skipped and disabled.
/arch/tile/include/asm/
H A Dirqflags.h23 * disabled. The remainder are effectively "NMI" interrupts from
155 #define arch_local_irq_restore(disabled) do { \
156 if (disabled) \
162 /* Return true if "flags" argument means interrupts are disabled. */
165 /* Return true if interrupts are currently disabled. */
168 /* Save whether interrupts are currently disabled. */
171 /* Save whether interrupts are currently disabled, then disable them. */
208 /* Return 0 or 1 to indicate whether interrupts are currently disabled. */
242 * Return 0 or 1 to indicate whether interrupts are currently disabled.
/arch/tile/kernel/
H A Dhardwall.c45 int disabled; member in struct:hardwall_type
77 1, /* disabled pending hypervisor support */
130 pr_info("User-space UDN access is disabled\n");
131 hardwall_types[HARDWALL_UDN].disabled = 1;
140 pr_info("User-space IDN access is disabled\n");
141 hardwall_types[HARDWALL_IDN].disabled = 1;
149 pr_info("User-space IPI access is disabled\n");
150 hardwall_types[HARDWALL_IPI].disabled = 1;
320 /* Entered from INT_xDN_FIREWALL interrupt vector with irqs disabled. */
346 BUG_ON(hwt->disabled);
[all...]
/arch/powerpc/perf/
H A Dcore-fsl-emb.c25 int disabled; member in struct:cpu_hw_events
39 * If interrupts were soft-disabled when a PMU interrupt occurs, treat
188 * are soft-disabled, as long as interrupts are hard-enabled.
215 if (!cpuhw->disabled) {
216 cpuhw->disabled = 1;
243 * If we were previously disabled and events were added, then
253 if (!cpuhw->disabled)
256 cpuhw->disabled = 0;
597 * things if requested. Note that interrupts are hard-disabled
/arch/m68k/ifpsp060/
H A Dfskeleton.S208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
219 | This is the exit point for the 060FPSP when an FPU disabled exception is
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/arch/s390/kernel/
H A Dhead31.S101 lpsw .Ldw-.(%r13) # load disabled wait psw

Completed in 850 milliseconds

123