/arch/microblaze/kernel/cpu/ |
H A D | Makefile | 12 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 D | debug-macro.S | 35 bne 1002b @ wait if FIFO is full
|
/arch/arm/mach-h720x/include/mach/ |
H A D | debug-macro.S | 32 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
|
/arch/arm/mach-l7200/include/mach/ |
H A D | debug-macro.S | 30 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
|
/arch/cris/include/arch-v32/arch/hwregs/iop/ |
H A D | iop_dmc_in_defs.h | 148 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 D | perf_event.h | 74 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 D | pgtable.h | 683 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 D | strncpy.S | 32 bne $18, $multiword # do we have full words left?
|
/arch/ia64/scripts/ |
H A D | toolchain-flags | 17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
|
/arch/ia64/kernel/ |
H A D | perfmon_default_smpl.c | 126 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 D | intel_cacheinfo.c | 135 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 D | perf_event_intel.c | 1681 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 D | mailbox.c | 157 if (mq->full) { 158 mq->full = false; 184 mq->full = true;
|
/arch/arm/plat-omap/include/plat/ |
H A D | mailbox.h | 50 bool full; member in struct:omap_mbox_queue
|
/arch/powerpc/oprofile/cell/ |
H A D | spu_task_sync.c | 48 * 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 D | wakeup_32.S | 20 # reload the gdt, as we need the full 32 bit address
|
/arch/x86/oprofile/ |
H A D | op_model_ppro.c | 80 eax.full = cpuid_eax(0xa); 212 eax.full = cpuid_eax(0xa);
|
/arch/m68k/math-emu/ |
H A D | fp_decode.h | 139 | 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 D | Kconfig | 80 guest operating systems will run at full hardware speed
|
/arch/mips/kernel/ |
H A D | entry.S | 80 FEXPORT(restore_all) # restore full frame
|
/arch/cris/arch-v10/drivers/ |
H A D | sync_serial.c | 144 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 D | cpuid.c | 353 entry->eax = eax.full; 356 entry->edx = edx.full;
|
/arch/cris/arch-v32/drivers/ |
H A D | sync_serial.c | 128 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 D | ams-delta-fiq-handler.S | 196 cmp r10, r8 @ is buffer full?
|
/arch/s390/include/asm/ |
H A D | pgtable.h | 1026 * 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
|