Searched refs:full (Results 1 - 25 of 32) sorted by relevance

12

/arch/microblaze/kernel/cpu/
H A DMakefile12 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
/arch/arm/mach-zynq/include/mach/
H A Ddebug-macro.S35 bne 1002b @ wait if FIFO is full
/arch/arm/mach-h720x/include/mach/
H A Ddebug-macro.S32 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
/arch/arm/mach-l7200/include/mach/
H A Ddebug-macro.S30 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_dmc_in_defs.h148 unsigned int full : 1; member in struct:__anon584
232 unsigned int full : 1; member in struct:__anon591
245 unsigned int full : 1; member in struct:__anon592
258 unsigned int full : 1; member in struct:__anon593
270 unsigned int full : 1; member in struct:__anon594
/arch/x86/include/asm/
H A Dperf_event.h74 unsigned int full; member in union:cpuid10_eax
87 unsigned int full; member in union:cpuid10_ebx
96 unsigned int full; member in union:cpuid10_edx
H A Dpgtable.h683 int full)
686 if (full) {
681 ptep_get_and_clear_full(struct mm_struct *mm, unsigned long addr, pte_t *ptep, int full) argument
/arch/alpha/lib/
H A Dstrncpy.S32 bne $18, $multiword # do we have full words left?
/arch/ia64/scripts/
H A Dtoolchain-flags17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
/arch/ia64/kernel/
H A Dperfmon_default_smpl.c126 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full;
192 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full;
203 full:
204 DPRINT_ovfl(("sampling buffer full free=%lu, count=%lu, ovfl_notify=%d\n", last-cur, hdr->hdr_count, ovfl_notify));
226 return -1; /* we are full, sorry */
/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c135 u32 full; member in union:_cpuid4_leaf_eax
144 u32 full; member in union:_cpuid4_leaf_ebx
151 u32 full; member in union:_cpuid4_leaf_ecx
235 eax->full = 0;
236 ebx->full = 0;
237 ecx->full = 0;
544 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx);
570 cache_eax.full
[all...]
H A Dperf_event_intel.c1681 ebx.full = x86_pmu.events_maskl;
1691 x86_pmu.events_maskl = ebx.full;
1718 cpuid(10, &eax.full, &ebx.full, &unused, &edx.full);
1733 x86_pmu.events_maskl = ebx.full;
/arch/arm/plat-omap/
H A Dmailbox.c157 if (mq->full) {
158 mq->full = false;
184 mq->full = true;
/arch/arm/plat-omap/include/plat/
H A Dmailbox.h50 bool full; member in struct:omap_mbox_queue
/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c48 * The buffer is full when there is one available entry
51 * buffer being full versus empty.
56 int full = 1; local
61 full = 0;
66 full = 0;
69 if (!full) {
105 * deciding if the buffer is full or not.
/arch/x86/kernel/acpi/
H A Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
/arch/x86/oprofile/
H A Dop_model_ppro.c80 eax.full = cpuid_eax(0xa);
212 eax.full = cpuid_eax(0xa);
/arch/m68k/math-emu/
H A 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/powerpc/kvm/
H A DKconfig80 guest operating systems will run at full hardware speed
/arch/mips/kernel/
H A Dentry.S80 FEXPORT(restore_all) # restore full frame
/arch/cris/arch-v10/drivers/
H A Dsync_serial.c144 int full; member in struct:sync_port
1134 while (start == end && !port->full) {
1150 if (port->full)
1165 port->full = 0;
1359 port->full = 1;
/arch/x86/kvm/
H A Dcpuid.c353 entry->eax = eax.full;
356 entry->edx = edx.full;
/arch/cris/arch-v32/drivers/
H A Dsync_serial.c128 int full; member in struct:sync_port
1022 DEBUGWRITE(printk(KERN_DEBUG "sser%d full\n", dev));
1141 while ((start == end) && !port->full) /* No data */
1158 if (port->full)
1173 port->full = 0;
1454 port->full = 1;
/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S196 cmp r10, r8 @ is buffer full?
/arch/s390/include/asm/
H A Dpgtable.h1026 * full==1 and a simple pte_clear is enough. See tlb.h.
1031 pte_t *ptep, int full)
1040 if (!full)
1029 ptep_get_and_clear_full(struct mm_struct *mm, unsigned long address, pte_t *ptep, int full) argument

Completed in 619 milliseconds

12