/arch/ia64/scripts/ |
D | pvcheck.sed | 4 s/ssm.*psr\.ic.*/.warning \"ssm psr.ic should not be used directly\"/g 5 s/rsm.*psr\.ic.*/.warning \"rsm psr.ic should not be used directly\"/g 6 s/ssm.*psr\.i.*/.warning \"ssm psr.i should not be used directly\"/g 7 s/rsm.*psr\.i.*/.warning \"rsm psr.i should not be used directly\"/g 8 s/ssm.*psr\.dt.*/.warning \"ssm psr.dt should not be used directly\"/g 9 s/rsm.*psr\.dt.*/.warning \"rsm psr.dt should not be used directly\"/g 10 s/mov.*=.*cr\.ifa/.warning \"cr.ifa should not used directly\"/g 11 s/mov.*=.*cr\.itir/.warning \"cr.itir should not used directly\"/g 12 s/mov.*=.*cr\.isr/.warning \"cr.isr should not used directly\"/g 13 s/mov.*=.*cr\.iha/.warning \"cr.iha should not used directly\"/g [all …]
|
/arch/um/os-Linux/ |
D | sigio.c | 40 int used; member 61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread() 68 for (i = 0; i < fds->used; i++) { in write_sigio_thread() 87 fds->used--; in write_sigio_thread() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 173 for (i = 0; i < all_sigio_fds.used; i++) { in add_sigio_fd() 177 if (i == all_sigio_fds.used) in add_sigio_fd() 182 for (i = 0; i < current_poll.used; i++) { in add_sigio_fd() 187 n = current_poll.used; in add_sigio_fd() [all …]
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 77 …int "Ser0 DTR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 83 …int "Ser0 RI on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 89 …int "Ser0 DSR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 95 …int "Ser0 CD on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 101 …int "Ser0 DTR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 110 …int "Ser0 RI on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 119 …int "Ser0 DSR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 128 …int "Ser0 CD on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 165 …int "Ser1 DTR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS… 171 …int "Ser1 RI on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS… [all …]
|
/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 21 standard flashes used in axis products (120 ns). 37 register-mapped LEDs are used. 63 because group 1 is not used in the default configuration, 91 This is often totally different depending on the product used. 95 LED's at the general ports, these bits are used for all kinds of 113 This is often totally different depending on the product used. 117 LED's at the general ports, these bits are used for all kinds of 135 This is often totally different depending on the product used. 139 LED's at the general ports, these bits are used for all kinds of 157 This is often totally different depending on the product used. [all …]
|
D | arbiter.c | 29 int used; member 280 if (!watches[i].used) { in crisv32_arbiter_watch() 284 watches[i].used = 1; in crisv32_arbiter_watch() 325 if ((id < 0) || (id >= NUMBER_OF_BP) || (!watches[id].used)) { in crisv32_arbiter_unwatch()
|
/arch/sparc/lib/ |
D | bitext.c | 69 t->size, t->used, offset, len, align, count); in bit_map_string_get() 90 t->used += len; in bit_map_string_get() 106 if (t->used < len) in bit_map_clear() 116 t->used -= len; in bit_map_clear()
|
/arch/cris/arch-v10/kernel/ |
D | io_interface_mux.c | 53 unsigned int used; member 66 unsigned char used; member 90 .used = 0, 95 .used = 0, 100 .used = 0, 105 .used = 0, 110 .used = 0, 115 .used = 0, 618 if (interfaces[ioif].used) { in cris_request_io_interface() 657 if (if_group_use & grp->used) { in cris_request_io_interface() [all …]
|
/arch/sparc/ |
D | Makefile | 27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
|
/arch/ia64/kernel/ |
D | paravirt_patch.c | 242 unsigned long used = 0; in __paravirt_patch_apply_bundle() local 267 used = need; in __paravirt_patch_apply_bundle() 268 memcpy(sbundle, p->sbundle, used); in __paravirt_patch_apply_bundle() 273 return used; in __paravirt_patch_apply_bundle() 288 unsigned long used; in paravirt_patch_apply_bundle() local 290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle, in paravirt_patch_apply_bundle() 292 if (used == 0) in paravirt_patch_apply_bundle() 295 fill_nop_bundle(p->sbundle + used, p->ebundle); in paravirt_patch_apply_bundle()
|
/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 53 This is often totally different depending on the product used. 57 LED's at the general ports, these bits are used for all kinds of 73 This is often totally different depending on the product used. 77 LED's at the general ports, these bits are used for all kinds of 93 This is often totally different depending on the product used. 97 LED's at the general ports, these bits are used for all kinds of
|
D | arbiter.c | 59 int used; member 368 int used[2]; in crisv32_arbiter_watch() local 382 used[0] = 1; in crisv32_arbiter_watch() 384 used[1] = 1; in crisv32_arbiter_watch() 387 if (!used[arbiter]) in crisv32_arbiter_watch() 391 if (!watches[arbiter][i].used) { in crisv32_arbiter_watch() 400 watches[arbiter][i].used = 1; in crisv32_arbiter_watch() 491 if ((id2 >= NUMBER_OF_BP) || (!watches[arbiter][id2].used)) { in crisv32_arbiter_unwatch()
|
/arch/cris/arch-v32/ |
D | Kconfig | 18 Select how many Ethernet LED groups that can be used. Usually one per Ethernet 30 can be used for one or more Ethernet interfaces. However, it is 125 standard flashes used in axis products (120 ns). 141 register-mapped LEDs are used. 167 because group 1 is not used in the default configuration, 195 This is often totally different depending on the product used. 199 LED's at the general ports, these bits are used for all kinds of 217 This is often totally different depending on the product used. 221 LED's at the general ports, these bits are used for all kinds of 239 This is often totally different depending on the product used. [all …]
|
/arch/mips/netlogic/ |
D | Kconfig | 10 This DTB will be used if the firmware does not pass in a DTB 20 This DTB will be used if the firmware does not pass in a DTB 30 This DTB will be used if the firmware does not pass in a DTB 40 This DTB will be used if the firmware does not pass in a DTB
|
/arch/mips/kernel/ |
D | signal.c | 296 unsigned int used, ext_sz; in protected_save_fp_context() local 299 used = used_math() ? USED_FP : 0; in protected_save_fp_context() 300 if (!used) in protected_save_fp_context() 304 used |= USED_FR1; in protected_save_fp_context() 306 used |= USED_HYBRID_FPRS; in protected_save_fp_context() 338 used |= ext_sz ? USED_EXTCONTEXT : 0; in protected_save_fp_context() 340 return __put_user(used, used_math); in protected_save_fp_context() 349 unsigned int used; in protected_restore_fp_context() local 352 err = __get_user(used, used_math); in protected_restore_fp_context() 353 conditional_used_math(used & USED_FP); in protected_restore_fp_context() [all …]
|
/arch/powerpc/platforms/83xx/ |
D | Kconfig | 116 # used for usb & gpio 121 # used for math-emu 125 # used for usb & gpio 130 # used for usb & gpio
|
/arch/x86/kernel/ |
D | dumpstack_64.c | 119 unsigned *used, char **id) in analyze_stack() argument 128 used, id); in analyze_stack() 159 unsigned used = 0; in dump_trace() local 189 irq_stack, &used, &id); in dump_trace()
|
/arch/arm/mach-u300/ |
D | Kconfig | 39 SPI device to be used for loopback tests. Regularly used
|
/arch/mn10300/include/asm/ |
D | current.h | 21 register struct task_struct *const current asm("e2") __attribute__((used));
|
/arch/cris/boot/rescue/ |
D | head_v32.S | 19 ;; Start clocks for used blocks.
|
/arch/cris/arch-v32/kernel/ |
D | head.S | 28 ;; kernel was compressed). They must not be used in the code below 85 ;; c,d used for linear kernel mapping, up to 512 MB 86 ;; e used for vmalloc 90 ;; c used for linear kernel mapping, up to 256 MB 91 ;; d used for vmalloc 92 ;; e,f used for memory-mapped NOR flash 232 ;; variables used below are correctly set up by the linker script. 233 ;; The calculated value stored in R4 is used below.
|
/arch/sparc/include/asm/ |
D | bitext.h | 16 int used; member
|
/arch/powerpc/mm/ |
D | mmu_context_nohash.c | 170 int used = test_bit(id, context_map); in context_check_map() local 171 if (!used) in context_check_map() 173 if (used != (context_mm[id] != NULL)) in context_check_map() 175 id, used ? "used" : "free", context_mm[id]); in context_check_map()
|
/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 133 int err, fds[2], len, used; in tuntap_open() local 170 used = 0; in tuntap_open() 173 fds[1], buffer, len, &used); in tuntap_open()
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 13 | These equates are used to access the exception frame, the fsave 70 | restored from the "local variable" area and can be used as 105 .set BINDEC_FLG,LV+117 | used in bindec 106 .set DNRM_FLG,LV+118 | used in res_func 107 .set RES_FLG,LV+119 | used in res_func 135 .set WBTEMP_SGN,WBTEMP+2 | used to store sign 204 .set FPTEMP_SGN,FPTEMP+2 | used to store sign 211 .set ETEMP_SGN,ETEMP+2 | used to store sign 266 | FPSR combinations used in the FPSP 306 | this can only be used if in a data register
|
/arch/arm/boot/dts/ |
D | ste-nomadik-s8815.dts | 26 /* These chrystal drivers are not used on this board */ 76 /* The user LED on the board is set up to be used for heartbeat */
|