| /arch/s390/kernel/ |
| A 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/include/asm/ |
| A D | ptrace.h | 188 unsigned long it = cpsr & mask; in it_advance() local 189 it <<= 1; in it_advance() 190 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */ in it_advance() 191 it &= mask; in it_advance() 193 cpsr |= it; in it_advance()
|
| /arch/mips/fw/arc/ |
| A D | promlib.c | 42 O32_STATIC CHAR it; in prom_putchar() local 44 it = c; in prom_putchar() 47 ArcWrite(1, &it, 1, &cnt); in prom_putchar()
|
| /arch/arm64/kvm/hyp/ |
| A D | aarch32.c | 80 unsigned long it; in kvm_condition_valid32() local 82 it = ((cpsr >> 8) & 0xFC) | ((cpsr >> 25) & 0x3); in kvm_condition_valid32() 85 if (it == 0) in kvm_condition_valid32() 89 cond = (it >> 4); in kvm_condition_valid32()
|
| /arch/x86/kvm/mmu/ |
| A D | paging_tmpl.h | 618 struct kvm_shadow_walk_iterator it; in FNAME() local 655 clear_sp_write_flooding_count(it.sptep); in FNAME() 656 if (it.level == gw->level) in FNAME() 660 access = gw->pt_access[it.level - 2]; in FNAME() 698 link_shadow_page(vcpu, it.sptep, sp); in FNAME() 714 for (; shadow_walk_okay(&it); shadow_walk_next(&it)) { in FNAME() 720 disallowed_hugepage_adjust(fault, *it.sptep, it.level); in FNAME() 723 if (it.level == fault->goal_level) in FNAME() 733 link_shadow_page(vcpu, it.sptep, sp); in FNAME() 736 fault->req_level >= it.level); in FNAME() [all …]
|
| /arch/arm64/boot/dts/qcom/ |
| A D | x1-el2.dtso | 10 /* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */ 17 * however when we take ownership of it in EL2, we need to configure 18 * it properly to use PCIe. 20 * Additionally, it seems like ITS emulation in Gunyah is broken so we
|
| A D | sc8280xp-el2.dtso | 10 /* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */ 19 * however when we take ownership of it in EL2, we need to configure 20 * it properly to use PCIe.
|
| A D | msm8996-v3.0.dtsi | 15 * when it comes to voltage delivery to.. once again 16 * the GPU. Funnily enough, it's simpler to make it an
|
| A D | sc7280-herobrine-herobrine-r1.dts | 78 * eDP. Like the trackpad, we'll put it in the board device tree file since 133 * on the panel itself (it doesn't connect to the touchscreen controller). 144 * - If a pin goes to herobrine board and is named it gets that name. 145 * - If a pin goes to herobrine board and is not named, it gets no name. 146 * - If a pin is totally internal to Qcard then it gets Qcard name. 147 * - If a pin is not hooked up on Qcard, it gets no name. 182 * call it BIOS_FLASH_WP_OD.
|
| A D | msm8916-samsung-e7.dts | 12 * moment, even though the hardware would support it. 14 * However, it is possible to use this device tree by compiling an ARM32 kernel 16 * to the other MSM8916 device trees. However, it is actually used through
|
| A D | sc7280-herobrine-zombie.dtsi | 87 * - If a pin goes to herobrine board and is named it gets that name. 88 * - If a pin goes to herobrine board and is not named, it gets no name. 89 * - If a pin is totally internal to Qcard then it gets Qcard name. 90 * - If a pin is not hooked up on Qcard, it gets no name. 125 * call it BIOS_FLASH_WP_OD.
|
| A D | msm8916-samsung-e5.dts | 12 * moment, even though the hardware would support it. 14 * However, it is possible to use this device tree by compiling an ARM32 kernel 16 * to the other MSM8916 device trees. However, it is actually used through
|
| /arch/arm64/kernel/ |
| A D | traps.c | 311 u32 it, pstate = regs->pstate; in compat_get_it_state() local 316 return it; in compat_get_it_state() 332 u32 it; in advance_itstate() local 339 it = compat_get_it_state(regs); in advance_itstate() 345 if (!(it & 7)) in advance_itstate() 346 it = 0; in advance_itstate() 348 it = (it & 0xe0) | ((it << 1) & 0x1f); in advance_itstate() 350 compat_set_it_state(regs, it); in advance_itstate() 715 u32 it; in cp15_cond_valid() local 718 if (!it) in cp15_cond_valid() [all …]
|
| /arch/m68k/fpsp040/ |
| A 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 550 bnes mtry_zero |if not equal, it is not special 553 bnes mtry_zero |if not on, it is not special 556 bnes mfix_nan |if non-zero, it is a NaN [all …]
|
| /arch/loongarch/ |
| A D | Kconfig.debug | 13 traces. It scans the stack and reports every kernel text address it 14 finds. Some of the addresses it reports may be incorrect. 16 While this option often produces false positives, it can still be 26 Some of the addresses it reports may be incorrect (but better than the
|
| /arch/s390/boot/ |
| A D | trampoline.S | 6 # puts a breakpoint on it, so it needs to be kept separate.
|
| /arch/nios2/boot/compressed/ |
| A 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/arm/boot/dts/allwinner/ |
| A 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
|
| A 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, 55 * regulator on the original Zero. However it's used for USB 83 * and it's a USB 2.0 device. So the OHCI1 controller
|
| A 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
|
| /arch/arm/boot/dts/ti/omap/ |
| A 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
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-h5-libretech-all-h3-it.dts | 6 #include <arm/allwinner/sunxi-libretech-all-h3-it.dtsi> 10 compatible = "libretech,all-h3-it-h5", "allwinner,sun50i-h5";
|
| /arch/powerpc/boot/ |
| A D | fixup-headers.sed | 3 # This program is free software; you can redistribute it and/or modify it
|
| /arch/x86/ras/ |
| A 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/boot/dts/amazon/ |
| A 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
|