HomeSort by relevance Sort by last modified time
    Searched refs:interrupts (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn-cortex-m3.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-cortex-m4.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7e-m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_secure_kernelparams.config 13 tpm_tis.interrupts=0 root=/dev/dm-0
  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 51 unsigned long interrupts; member in struct:__anon74859
437 instr_data->interrupts = instr_nibl & 0x3;
440 instr_data->interrupts = instr_nibl & 0x3;
475 print_intr(char *tmp_str, unsigned long interrupts)
480 if (! (interrupts & 2))
485 if (! (interrupts & 1))
574 print_intr (tmp_str, instr_data->interrupts);
  /external/autotest/client/profilers/powertop/src/
powertop.c 68 struct irqdata interrupts[IRQCOUNT]; variable in typeref:struct:irqdata
155 if (interrupts[i].active && interrupts[i].number == irq) {
157 oldcount = interrupts[i].count;
158 interrupts[i].count = count;
161 if (!interrupts[i].active && firstfree > i)
165 interrupts[firstfree].active = 1;
166 interrupts[firstfree].count = count;
167 interrupts[firstfree].number = irq;
168 strcpy(interrupts[firstfree].description, name)
    [all...]
  /external/netperf/doc/examples/
runemomniaggdemo.sh 244 cat /proc/interrupts 2>&1 > interrupts.txt
runemomniagg2.sh 78 echo interrupts spread wherever irqbalanced put them
runemomni.sh 64 echo interrupts CPU 0 with CPU 1 other socket CPU 2 same socket
  /device/google/contexthub/firmware/inc/
nanohubPacket.h 218 uint32_t interrupts[HOSTINTF_MAX_INTERRUPTS/(32*sizeof(uint8_t))]; member in struct:NanohubGetInterruptResponse
  /device/google/contexthub/firmware/src/
nanohubCommand.c 625 hostIntfCopyInterrupts(resp->interrupts, HOSTINTF_MAX_INTERRUPTS);
    [all...]

Completed in 275 milliseconds