Searched defs:it (Results 1 - 6 of 6) 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/arm/kernel/
H A Dkprobes.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,
88 unsigned long it = cpsr & mask; local
89 it <<= 1;
90 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */
91 it &= mask;
93 cpsr |= it;
219 * instruction (see below) is placed in the probes instruction slot so it
[all...]
/arch/x86/kernel/
H A Ddevicetree.c70 * CE4100 ids. Will be moved to machine_device_initcall() once we have it.
314 struct of_ioapic_type *it; local
326 it = &of_ioapic_type[intspec[1]];
329 set_io_apic_irq_attr(&attr, idx, line, it->trigger, it->polarity);
337 *out_type = it->out_type;
/arch/x86/kvm/
H A Dpaging_tmpl.h476 struct kvm_shadow_walk_iterator it; local
488 * is a root page, it is either write protected (and cannot be
489 * changed from now on) or it is invalid (in which case, we don't
490 * really care if it changes underneath us after this point).
495 for (shadow_walk_init(&it, vcpu, addr);
496 shadow_walk_okay(&it) && it.level > gw->level;
497 shadow_walk_next(&it)) {
500 clear_sp_write_flooding_count(it.sptep);
501 drop_large_spte(vcpu, it
[all...]
/arch/ia64/include/asm/
H A Dprocessor.h114 __u64 it : 1; member in struct:ia64_psr
240 * Do not use the address of local_cpu_data, since it will be different from
278 /* writing on_ustack is performance-critical, so it's worth spending 8 bits on it... */
353 * descendants who haven't done an "execve()") should use this: it

Completed in 400 milliseconds