Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/arch/s390/kernel/
Drelocate_kernel.S36 tml %r5,0x1 # is it a destination page?
39 nill %r6,0xf000 # mask it out and...
42 tml %r5,0x2 # is it a indirection page?
45 lgr %r2,%r5 # move it into the right register,
48 tml %r5,0x4 # is it the done indicator?
49 je .source_test # NO! Well, then it should be the source indicator...
50 j .done # ok, lets finish it here...
52 tml %r5,0x8 # it should be a source indicator...
53 je .base # NO, ignore it...
/arch/arm/probes/
Ddecode.h53 unsigned long it = cpsr & mask; in it_advance() local
54 it <<= 1; in it_advance()
55 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */ in it_advance()
56 it &= mask; in it_advance()
58 cpsr |= it; in it_advance()
/arch/arm64/kernel/
Dtraps.c564 u32 it, pstate = regs->pstate; in compat_get_it_state() local
566 it = (pstate & PSTATE_IT_1_0_MASK) >> PSTATE_IT_1_0_SHIFT; in compat_get_it_state()
567 it |= ((pstate & PSTATE_IT_7_2_MASK) >> PSTATE_IT_7_2_SHIFT) << 2; in compat_get_it_state()
569 return it; in compat_get_it_state()
572 static void compat_set_it_state(struct pt_regs *regs, u32 it) in compat_set_it_state() argument
576 pstate_it = (it << PSTATE_IT_1_0_SHIFT) & PSTATE_IT_1_0_MASK; in compat_set_it_state()
577 pstate_it |= ((it >> 2) << PSTATE_IT_7_2_SHIFT) & PSTATE_IT_7_2_MASK; in compat_set_it_state()
589 u32 it; in cp15_cond_valid() local
591 it = compat_get_it_state(regs); in cp15_cond_valid()
592 if (!it) in cp15_cond_valid()
[all …]
/arch/mips/fw/arc/
Dpromlib.c27 CHAR it = c; in prom_putchar() local
30 ArcWrite(1, &it, 1, &cnt); in prom_putchar()
/arch/ia64/kernel/
Dmca.c360 #define IA64_LOG_LOCK_INIT(it) spin_lock_init(&ia64_state_log[it].isl_lock) argument
361 #define IA64_LOG_LOCK(it) spin_lock_irqsave(&ia64_state_log[it].isl_lock, s) argument
362 #define IA64_LOG_UNLOCK(it) spin_unlock_irqrestore(&ia64_state_log[it].isl_lock,s) argument
363 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index argument
364 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index argument
365 #define IA64_LOG_INDEX_INC(it) \ argument
366 {ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index; \
367 ia64_state_log[it].isl_count++;}
368 #define IA64_LOG_INDEX_DEC(it) \ argument
369 ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index
[all …]
/arch/x86/kvm/
Dpaging_tmpl.h621 struct kvm_shadow_walk_iterator it; in FNAME() local
643 for (shadow_walk_init(&it, vcpu, addr); in FNAME()
644 shadow_walk_okay(&it) && it.level > gw->level; in FNAME()
645 shadow_walk_next(&it)) { in FNAME()
648 clear_sp_write_flooding_count(it.sptep); in FNAME()
649 drop_large_spte(vcpu, it.sptep); in FNAME()
652 if (!is_shadow_present_pte(*it.sptep)) { in FNAME()
653 table_gfn = gw->table_gfn[it.level - 2]; in FNAME()
654 sp = kvm_mmu_get_page(vcpu, table_gfn, addr, it.level-1, in FNAME()
662 if (FNAME(gpte_changed)(vcpu, gw, it.level - 1)) in FNAME()
[all …]
/arch/nios2/boot/compressed/
Dvmlinux.scr4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
9 * This program is distributed in the hope that it will be useful,
/arch/m68k/fpsp040/
Dget_op.S46 | normalized number it becomes a denormalized number. The
431 | ;know if it should set ete15 or fpte15
432 | ;ie, it doesn't know if this is the
498 bnes try_zero |if not equal, it is not special
501 bnes try_zero |if not on, it is not special
504 bnes fix_nan |if non-zero, it is a NaN
506 bnes fix_nan |if non-zero, it is a NaN
511 orl #snaniop_mask,USER_FPSR(%a6) |always set snan if it is so
535 fmovemx %fp0-%fp1,-(%a7) |save fp0 - decbin returns in it
550 bnes mtry_zero |if not equal, it is not special
[all …]
/arch/arm/boot/dts/
Ddra71x.dtsi4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
Dsun6i-a31s.dtsi4 * This file is dual-licensed: you can use it either under the terms
9 * a) This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
14 * This library is distributed in the hope that it will be useful,
45 * reflected by it having different pinctrl compatible everything else is
Dsun8i-h2-plus-orangepi-r1.dts4 * This file is dual-licensed: you can use it either under the terms
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
14 * This file is distributed in the hope that it will be useful,
54 * regulator on the original Zero. However it's used for USB
82 * and it's a USB 2.0 device. So the OHCI1 controller
Dalpine-db.dts4 * This program is free software; you can redistribute it and/or modify it
20 * This program is distributed in the hope it will be useful, but WITHOUT
Daxp223.dtsi6 * This file is dual-licensed: you can use it either under the terms
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
16 * This file is distributed in the hope that it will be useful,
50 * The AXP223 shares most of its logic with the AXP221 but it has some
Dsun5i-gr8-chip-pro.dts7 * This file is dual-licensed: you can use it either under the terms
12 * a) This file is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
17 * This file is distributed in the hope that it will be useful,
219 * The CHIP Pro doesn't have a controllable VBUS, nor does it
222 * If one wants to use it as a true OTG port, it should be
223 * done in the baseboard, and its DT / overlay will add it.
Dvf610-colibri.dtsi4 * This file is dual-licensed: you can use it either under the terms
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
13 * This file is distributed in the hope that it will be useful,
Dimx7d-colibri.dtsi4 * This file is dual-licensed: you can use it either under the terms
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
14 * This file is distributed in the hope that it will be useful,
Dimx6dl-tx6u-80xx-mb7.dts4 * This file is dual-licensed: you can use it either under the terms
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
13 * This file is distributed in the hope that it will be useful,
Dimx6q-tx6q-1036-mb7.dts4 * This file is dual-licensed: you can use it either under the terms
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
13 * This file is distributed in the hope that it will be useful,
/arch/powerpc/boot/
Dfixup-headers.sed3 # This program is free software; you can redistribute it and/or modify it
/arch/x86/um/
DKconfig43 However, this it experimental on 32-bit architectures, so if unsure say
44 N (on x86-64 it's automatically enabled, instead, as it's safe there).
/arch/sh/lib/
Dmemmove.S17 ! if dest > src, call memcpy (it copies in decreasing order)
33 bt/s 8f ! if it's too small, copy a byte at once
/arch/x86/ras/
DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
9 that it has reached a relatively high error count and would probably
10 be best if we don't use it anymore.
/arch/arm/mach-ux500/
Dpm.c113 u32 it, im; in prcmu_pending_irq() local
117 it = readl(PRCM_ARMITVAL31TO0 + i * 4); in prcmu_pending_irq()
119 if (it & im) in prcmu_pending_irq()
/arch/arm/boot/bootp/
Dbootp.lds6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S105 cmp r10, #(INT_GPIO_BANK1 - NR_IRQS_LEGACY) @ is it GPIO interrupt?
106 beq gpio @ yes - process it
137 @ r10 now contains KEYBRD_CLK_MASK, use it
138 bic r11, r11, r10 @ unmask it
151 @ r8 contains KEYBRD_DATA_MASK, use it
153 @ r10 already contains 0, reuse it
178 @ r10 already contains 0, reuse it
203 str r8, [r12] @ append it to the buffer tail

12345678910>>...33