Searched defs:it (Results 1 - 10 of 10) sorted by relevance

/arch/mips/fw/arc/
H A Dpromlib.c14 * IP22 boardcache is not compatible with board caches. Thus we disable it
26 CHAR it = c; local
29 ArcWrite(1, &it, 1, &cnt);
/arch/tile/include/asm/
H A Dstack.h4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
8 * This program is distributed in the hope that it will be useful, but
26 BacktraceIterator it; member in struct:KBacktraceIterator
/arch/arm64/kvm/
H A Demulate.c11 * This program is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
15 * This program is distributed in the hope that it will be useful,
86 unsigned long it; local
88 it = ((cpsr >> 8) & 0xFC) | ((cpsr >> 25) & 0x3);
90 /* it == 0 => unconditional. */
91 if (it == 0)
95 cond = (it >> 4);
/arch/xtensa/mm/
H A Dinit.c53 struct meminfo *it = NULL; local
57 it = sysmem.bank + i;
60 return it;
91 struct meminfo *it = NULL; local
106 it = find_bank(start);
108 if (it)
109 bank_sz = it->end - it->start;
111 if (it && bank_sz >= start - it
172 struct meminfo *it; local
[all...]
/arch/arm/kvm/
H A Demulate.c5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License, version 2, as
9 * This program is distributed in the hope that it will be useful,
165 * A conditional instruction is allowed to trap, even though it
191 unsigned long it; local
193 it = ((cpsr >> 8) & 0xFC) | ((cpsr >> 25) & 0x3);
195 /* it == 0 => unconditional. */
196 if (it == 0)
200 cond = (it >> 4);
203 /* Shift makes it loo
[all...]
/arch/arm/mach-ux500/
H A Dpm.c82 * becoming pending, or active and pending if it is already
113 u32 it, im; local
117 it = readl(PRCM_ARMITVAL31TO0 + i * 4);
119 if (it & im)
/arch/x86/kernel/
H A Ddevicetree.c52 * CE4100 ids. Will be moved to machine_device_initcall() once we have it.
204 struct of_ioapic_type *it; local
215 it = &of_ioapic_type[intspec[1]];
219 if (mp_set_gsi_attr(gsi, it->trigger, it->polarity, cpu_to_node(0)))
223 *out_type = it->out_type;
/arch/arm/kernel/
H A Dprobes.h9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
13 * This program is distributed in the hope that it will be useful,
60 unsigned long it = cpsr & mask; local
61 it <<= 1;
62 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */
63 it &= mask;
65 cpsr |= it;
189 * slot so it ma
[all...]
/arch/x86/kvm/
H A Dpaging_tmpl.h118 /* dirty bit is not supported, so no need to track it */
247 * it always wants nested page table entries for the guest
566 struct kvm_shadow_walk_iterator it; local
577 * is a root page, it is either write protected (and cannot be
578 * changed from now on) or it is invalid (in which case, we don't
579 * really care if it changes underneath us after this point).
587 for (shadow_walk_init(&it, vcpu, addr);
588 shadow_walk_okay(&it) && it.level > gw->level;
589 shadow_walk_next(&it)) {
[all...]
/arch/ia64/include/asm/
H A Dprocessor.h113 __u64 it : 1; member in struct:ia64_psr
239 * Do not use the address of local_cpu_data, since it will be different from
277 /* writing on_ustack is performance-critical, so it's worth spending 8 bits on it... */

Completed in 244 milliseconds