Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 228) sorted by relevance

12345678910

/arch/ia64/scripts/
Dpvcheck.sed4 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/h8300/kernel/
Dgpio.c57 unsigned char used; member
65 unsigned char *used; in h8300_reserved_gpio() local
69 used = &(gpio_regs[port].used); in h8300_reserved_gpio()
70 if ((*used & bits) != 0) in h8300_reserved_gpio()
72 *used |= bits; in h8300_reserved_gpio()
78 unsigned char *used; in h8300_free_gpio() local
82 used = &(gpio_regs[port].used); in h8300_free_gpio()
83 if ((*used & bits) != bits) in h8300_free_gpio()
85 *used &= (~bits); in h8300_free_gpio()
96 if (gpio_regs[port].used & bit) { in h8300_set_gpio_dir()
[all …]
/arch/cris/arch-v32/kernel/
Dfasttimer.c486 static unsigned long used; in proc_fasttimer_read() local
491 used = 0; in proc_fasttimer_read()
498 if (!offset || !used) { in proc_fasttimer_read()
501 used = 0; in proc_fasttimer_read()
502 used += sprintf(bigbuf + used, "Fast timers added: %i\n", in proc_fasttimer_read()
504 used += sprintf(bigbuf + used, "Fast timers started: %i\n", in proc_fasttimer_read()
506 used += sprintf(bigbuf + used, "Fast timer interrupts: %i\n", in proc_fasttimer_read()
508 used += sprintf(bigbuf + used, "Fast timers expired: %i\n", in proc_fasttimer_read()
510 used += sprintf(bigbuf + used, "Fast timers deleted: %i\n", in proc_fasttimer_read()
512 used += sprintf(bigbuf + used, "Fast timer running: %s\n", in proc_fasttimer_read()
[all …]
/arch/cris/arch-v10/kernel/
Dfasttimer.c517 static unsigned long used; in proc_fasttimer_read() local
521 used = 0; in proc_fasttimer_read()
527 if (!offset || !used) in proc_fasttimer_read()
531 used = 0; in proc_fasttimer_read()
532 used += sprintf(bigbuf + used, "Fast timers added: %i\n", in proc_fasttimer_read()
534 used += sprintf(bigbuf + used, "Fast timers started: %i\n", in proc_fasttimer_read()
536 used += sprintf(bigbuf + used, "Fast timer interrupts: %i\n", in proc_fasttimer_read()
538 used += sprintf(bigbuf + used, "Fast timers expired: %i\n", in proc_fasttimer_read()
540 used += sprintf(bigbuf + used, "Fast timers deleted: %i\n", in proc_fasttimer_read()
542 used += sprintf(bigbuf + used, "Fast timer running: %s\n", in proc_fasttimer_read()
[all …]
Dio_interface_mux.c52 unsigned int used; member
65 unsigned char used; member
89 .used = 0,
94 .used = 0,
99 .used = 0,
104 .used = 0,
109 .used = 0,
114 .used = 0,
617 if (interfaces[ioif].used) { in cris_request_io_interface()
656 if (if_group_use & grp->used) { in cris_request_io_interface()
[all …]
/arch/um/os-Linux/
Dsigio.c43 int used; member
64 n = poll(fds->poll, fds->used, -1); in write_sigio_thread()
71 for (i = 0; i < fds->used; i++) { in write_sigio_thread()
90 fds->used--; in write_sigio_thread()
92 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread()
120 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
176 for (i = 0; i < all_sigio_fds.used; i++) { in add_sigio_fd()
180 if (i == all_sigio_fds.used) in add_sigio_fd()
185 for (i = 0; i < current_poll.used; i++) { in add_sigio_fd()
190 n = current_poll.used; in add_sigio_fd()
[all …]
/arch/cris/arch-v32/mach-fs/
DKconfig21 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 …]
Darbiter.c29 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/cris/arch-v10/drivers/
DKconfig78 …int "Ser0 DTR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
84 …int "Ser0 RI on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
90 …int "Ser0 DSR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
96 …int "Ser0 CD on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
102 …int "Ser0 DTR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
111 …int "Ser0 RI on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
120 …int "Ser0 DSR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
129 …int "Ser0 CD on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
166 …int "Ser1 DTR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS…
172 …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/sparc/lib/
Dbitext.c69 t->size, t->used, offset, len, align, count); in bit_map_string_get()
91 t->used += len; in bit_map_string_get()
107 if (t->used < len) in bit_map_clear()
117 t->used -= len; in bit_map_clear()
/arch/x86/kernel/cpu/
Dcentaur.c162 int used; in centaur_create_optimal_mcr() local
175 used = centaur_mcr_compute(6, 31); in centaur_create_optimal_mcr()
180 for (i = used; i < 8; i++) in centaur_create_optimal_mcr()
187 int used; in winchip2_create_optimal_mcr() local
199 used = centaur_mcr_compute(6, 25); in winchip2_create_optimal_mcr()
205 for (i = 0; i < used; i++) in winchip2_create_optimal_mcr()
213 for (i = used; i < 8; i++) in winchip2_create_optimal_mcr()
/arch/cris/arch-v32/mach-a3/
DKconfig53 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
Darbiter.c59 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/
DKconfig18 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/sparc/
DMakefile32 KBUILD_CFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
59 -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare \
/arch/h8300/
DKconfig132 one can be used for a text-mode user session, and a third could run
136 The setterm command ("man setterm") can be used to change the
139 character sequences that can be used to change those properties
140 directly. The fonts used on virtual terminals can be changed with
159 answer Y here, a virtual terminal (the device used to interact with
160 a physical terminal) can be used as system console. This is the most
166 terminal (/dev/tty0) will be used as system console. You can change
186 a physical terminal; the master device is used by a process to
191 Linux has traditionally used the BSD-like names /dev/ptyxx for
/arch/powerpc/platforms/83xx/
DKconfig102 # used for usb
106 # used for math-emu
110 # used for usb
114 # used for usb
/arch/powerpc/mm/
Dmmu_context_nohash.c149 int used = test_bit(id, context_map); in context_check_map() local
150 if (!used) in context_check_map()
152 if (used != (context_mm[id] != NULL)) in context_check_map()
154 id, used ? "used" : "free", context_mm[id]); in context_check_map()
/arch/blackfin/mach-bf527/
DKconfig13 Select PORT used for SPORT0. See Hardware Reference Manual
31 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
48 Select PORT used for UART1. See Hardware Reference Manual
65 Select PORT used for NAND Data Bus. See Hardware Reference Manual
/arch/m68k/fpsp040/
Dfpsp.h13 | 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/cris/arch-v32/boot/rescue/
Dhead.S19 ;; Start clocks for used blocks.
/arch/x86/kernel/
Dalternative.c392 unsigned int used; in apply_paravirt() local
397 used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf, in apply_paravirt()
400 BUG_ON(used > p->len); in apply_paravirt()
403 add_nops(insnbuf + used, p->len - used); in apply_paravirt()
/arch/um/os-Linux/drivers/
Dtuntap_user.c135 int err, fds[2], len, used; in tuntap_open() local
172 used = 0; in tuntap_open()
175 fds[1], buffer, len, &used); in tuntap_open()
/arch/cris/arch-v32/drivers/
DKconfig138 string "Ser 0 DTR bit (empty = not used)"
142 string "Ser 0 RI bit (empty = not used)"
146 string "Ser 0 DSR bit (empty = not used)"
150 string "Ser 0 CD bit (empty = not used)"
185 string "Ser 1 DTR bit (empty = not used)"
189 string "Ser 1 RI bit (empty = not used)"
193 string "Ser 1 DSR bit (empty = not used)"
197 string "Ser 1 CD bit (empty = not used)"
233 string "Ser 2 DTR bit (empty = not used)"
237 string "Ser 2 RI bit (empty = not used)"
[all …]
/arch/sparc/include/asm/
Dbitext.h16 int used; member

12345678910