/arch/s390/kernel/ |
D | relocate_kernel.S | 36 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/ |
D | decode.h | 53 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/ |
D | traps.c | 564 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/ |
D | promlib.c | 27 CHAR it = c; in prom_putchar() local 30 ArcWrite(1, &it, 1, &cnt); in prom_putchar()
|
/arch/ia64/kernel/ |
D | mca.c | 360 #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/ |
D | paging_tmpl.h | 621 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/ |
D | vmlinux.scr | 4 * 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/ |
D | get_op.S | 46 | 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/ |
D | dra71x.dtsi | 4 * 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
|
D | sun6i-a31s.dtsi | 4 * 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
|
D | sun8i-h2-plus-orangepi-r1.dts | 4 * 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
|
D | alpine-db.dts | 4 * 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
|
D | axp223.dtsi | 6 * 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
|
D | sun5i-gr8-chip-pro.dts | 7 * 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.
|
D | vf610-colibri.dtsi | 4 * 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,
|
D | imx7d-colibri.dtsi | 4 * 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,
|
D | imx6dl-tx6u-80xx-mb7.dts | 4 * 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,
|
D | imx6q-tx6q-1036-mb7.dts | 4 * 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/ |
D | fixup-headers.sed | 3 # This program is free software; you can redistribute it and/or modify it
|
/arch/x86/um/ |
D | Kconfig | 43 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/ |
D | memmove.S | 17 ! 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/ |
D | Kconfig | 8 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/ |
D | pm.c | 113 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/ |
D | bootp.lds | 6 * 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/ |
D | ams-delta-fiq-handler.S | 105 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
|