Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 52) sorted by relevance

123

/arch/x86/include/asm/
Dperf_event.h74 unsigned int full; member
87 unsigned int full; member
96 unsigned int full; member
/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_dmc_in_defs.h148 unsigned int full : 1; member
232 unsigned int full : 1; member
245 unsigned int full : 1; member
258 unsigned int full : 1; member
270 unsigned int full : 1; member
/arch/microblaze/kernel/cpu/
DMakefile12 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
/arch/arm/mach-zynq/include/mach/
Ddebug-macro.S35 bne 1002b @ wait if FIFO is full
/arch/ia64/kernel/
Dperfmon_default_smpl.c126 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full; in default_handler()
192 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full; in default_handler()
203 full: in default_handler()
/arch/arm/mach-h720x/include/mach/
Ddebug-macro.S32 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
/arch/arm/mach-l7200/include/mach/
Ddebug-macro.S30 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
/arch/x86/kernel/cpu/
Dintel_cacheinfo.c135 u32 full; member
144 u32 full; member
151 u32 full; member
235 eax->full = 0; in amd_cpuid4()
236 ebx->full = 0; in amd_cpuid4()
237 ecx->full = 0; in amd_cpuid4()
544 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
570 cache_eax.full = eax; in find_num_cache_leaves()
Dperf_event_intel.c1687 ebx.full = x86_pmu.events_maskl; in intel_nehalem_quirk()
1697 x86_pmu.events_maskl = ebx.full; in intel_nehalem_quirk()
1724 cpuid(10, &eax.full, &ebx.full, &unused, &edx.full); in intel_pmu_init()
1739 x86_pmu.events_maskl = ebx.full; in intel_pmu_init()
/arch/x86/oprofile/
Dop_model_ppro.c80 eax.full = cpuid_eax(0xa); in ppro_setup_ctrs()
212 eax.full = cpuid_eax(0xa); in arch_perfmon_setup_counters()
/arch/powerpc/oprofile/cell/
Dspu_task_sync.c56 int full = 1; in spu_buff_add() local
61 full = 0; in spu_buff_add()
66 full = 0; in spu_buff_add()
69 if (!full) { in spu_buff_add()
/arch/ia64/scripts/
Dtoolchain-flags17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
/arch/alpha/lib/
Dstrncpy.S32 bne $18, $multiword # do we have full words left?
/arch/arm/plat-omap/
Dmailbox.c157 if (mq->full) { in mbox_rx_work()
158 mq->full = false; in mbox_rx_work()
184 mq->full = true; in __mbox_rx_interrupt()
/arch/arm/plat-omap/include/plat/
Dmailbox.h50 bool full; member
/arch/x86/kernel/acpi/
Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
/arch/cris/arch-v32/drivers/
DKconfig22 speed and duplex will be locked to 100 Mbit and full duplex.
132 bool "Ser0 is a full duplex RS-485 port"
135 Configure serial port 0 to be a full duplex (four wires) RS-485 port.
179 bool "Ser1 is a full duplex RS-485 port"
182 Configure serial port 1 to be a full duplex (four wires) RS-485 port.
226 bool "Ser2 is a full duplex RS-485 port"
229 Configure serial port 2 to be a full duplex (four wires) RS-485 port.
274 bool "Ser3 is a full duplex RS-485 port"
277 Configure serial port 3 to be a full duplex (four wires) RS-485 port.
321 bool "Ser4 is a full duplex RS-485 port"
[all …]
Dsync_serial.c128 int full; member
1141 while ((start == end) && !port->full) /* No data */ in sync_serial_read()
1158 if (port->full) in sync_serial_read()
1173 port->full = 0; in sync_serial_read()
1454 port->full = 1; in rx_interrupt()
/arch/powerpc/boot/dts/
Diss4xx.dts86 /* Wish there was a nicer way of specifying a full 32-bit
Diss4xx-mpic.dts125 /* Wish there was a nicer way of specifying a full 32-bit
/arch/m68k/math-emu/
Dfp_decode.h139 | decode the index of the brief/full extension word
188 | get the extension word and test for brief or full extension type
/arch/tile/
DKconfig174 Linux can use the full amount of RAM in the system by
234 bool "2.75G/1.25G user/kernel split (for full 1G low memory)"
284 form the full kernel command line, when the system boots.
/arch/mips/kernel/
Dentry.S80 FEXPORT(restore_all) # restore full frame
/arch/cris/arch-v10/drivers/
Dsync_serial.c144 int full; member
1134 while (start == end && !port->full) { in sync_serial_read()
1150 if (port->full) in sync_serial_read()
1165 port->full = 0; in sync_serial_read()
1359 port->full = 1; in rx_interrupt()
/arch/powerpc/kvm/
DKconfig80 guest operating systems will run at full hardware speed

123