Searched defs:is (Results 1 - 4 of 4) sorted by relevance

/arch/arm/kernel/
H A Dkprobes.c12 * This program is free software; you can redistribute it and/or modify
16 * This program is distributed in the hope that it will be useful,
57 int is; local
91 for (is = 0; is < MAX_INSN_SIZE; ++is)
92 p->ainsn.insn[is] = tmp_insn[is];
136 * The actual disarming is done here on each CPU and synchronized using
137 * stop_machine. This synchronization is necessar
[all...]
/arch/arm/include/asm/
H A Decard.h6 * This is a new system as from Linux 1.2.3
99 unsigned char is:1; /* Interrupt status pointers */ member in struct:in_ecid
/arch/ia64/include/asm/
H A Dprocessor.h32 * TASK_SIZE really is a mis-named. It really is the maximum user
112 __u64 is : 1; member in struct:ia64_psr
278 /* writing on_ustack is performance-critical, so it's worth spending 8 bits on it... */
340 * Free all resources held by a thread. This is called after the
350 * This is the mechanism for creating a new kernel thread.
360 * do_basic_setup() and the timing is such that free_initmem() has
617 * SPILL_ADDR. UNAT is the mask to be updated.
630 * Note that the only way T can block is through a call to schedule() -> switch_to().
H A Dpal.h7 * This is based on Intel IA-64 Architecture Software Developer's Manual rev 1.0
258 #define PAL_CACHE_PROT_PART_TAG_DATA 2 /* Tag+data protection (tag is
261 #define PAL_CACHE_PROT_PART_DATA_TAG 3 /* Data+tag protection (data is
294 reserved : 32; /* 63-32 is reserved*/
443 ex : 1, /* MC is expected */
516 is : 1, /* instruction set (1 == ia32) */ member in struct:pal_cache_check_info_s
522 * structure is valid
525 * structure is valid
528 * structure is valid
531 * structure is vali
553 is : 1, /* instruction set (1 == ia32) */ member in struct:pal_tlb_check_info_s
589 is : 1, /* instruction set (1 == ia32) */ member in struct:pal_bus_check_info_s
619 is : 1, /* instruction set (1 == ia32) */ member in struct:pal_reg_file_check_info_s
649 is : 1, /* instruction set (1 == ia32) */ member in struct:pal_uarch_check_info_s
[all...]

Completed in 83 milliseconds