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

1 2 3 4

  /tools/loganalysis/src/com/android/loganalysis/rule/
InterruptRule.java 52 for (InterruptInfoItem interrupts : interruptItem.getInterrupts()) {
53 final long interruptsPerMs = getTimeOnBattery()/interrupts.getInterruptCount();
55 mOffendingInterruptsList.add(interrupts);
66 "No interrupts woke up device more frequent than %d secs.",
69 for (InterruptInfoItem interrupts : mOffendingInterruptsList) {
70 if (interrupts.getCategory() != InterruptCategory.UNKNOWN_INTERRUPT) {
71 analysis.append(String.format("Frequent interrupts from %s (%s). ",
72 interrupts.getCategory(),
73 interrupts.getName()));
75 analysis.append(String.format("Frequent interrupts from %s. "
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
rtsm_ve-motherboard.dtsi 54 interrupts = <15>;
103 interrupts = <11>;
111 interrupts = <9 10>;
123 interrupts = <12>;
131 interrupts = <13>;
139 interrupts = <5>;
147 interrupts = <6>;
155 interrupts = <7>;
163 interrupts = <8>;
171 interrupts = <0>
    [all...]
fvp-foundation-motherboard-no_psci.dtsi 42 interrupts = <15>;
91 interrupts = <5>;
99 interrupts = <6>;
107 interrupts = <7>;
115 interrupts = <8>;
123 interrupts = <0>;
131 interrupts = <2>;
139 interrupts = <3>;
147 interrupts = <4>;
155 interrupts = <0x2a>
    [all...]
fvp-foundation-motherboard.dtsi 42 interrupts = <15>;
91 interrupts = <5>;
99 interrupts = <6>;
107 interrupts = <7>;
115 interrupts = <8>;
123 interrupts = <0>;
131 interrupts = <2>;
139 interrupts = <3>;
147 interrupts = <4>;
155 interrupts = <0x2a>
    [all...]
rtsm_ve-motherboard-no_psci.dtsi 54 interrupts = <15>;
103 interrupts = <11>;
111 interrupts = <9 10>;
123 interrupts = <12>;
131 interrupts = <13>;
139 interrupts = <5>;
147 interrupts = <6>;
155 interrupts = <7>;
163 interrupts = <8>;
171 interrupts = <0>
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
rtsm_ve-motherboard.dtsi 54 interrupts = <15>;
103 interrupts = <11>;
111 interrupts = <9 10>;
123 interrupts = <12>;
131 interrupts = <13>;
139 interrupts = <5>;
147 interrupts = <6>;
155 interrupts = <7>;
163 interrupts = <8>;
171 interrupts = <0>
    [all...]
fvp-foundation-motherboard-no_psci.dtsi 42 interrupts = <15>;
91 interrupts = <5>;
99 interrupts = <6>;
107 interrupts = <7>;
115 interrupts = <8>;
123 interrupts = <0>;
131 interrupts = <2>;
139 interrupts = <3>;
147 interrupts = <4>;
155 interrupts = <0x2a>
    [all...]
fvp-foundation-motherboard.dtsi 42 interrupts = <15>;
91 interrupts = <5>;
99 interrupts = <6>;
107 interrupts = <7>;
115 interrupts = <8>;
123 interrupts = <0>;
131 interrupts = <2>;
139 interrupts = <3>;
147 interrupts = <4>;
155 interrupts = <0x2a>
    [all...]
rtsm_ve-motherboard-no_psci.dtsi 54 interrupts = <15>;
103 interrupts = <11>;
111 interrupts = <9 10>;
123 interrupts = <12>;
131 interrupts = <13>;
139 interrupts = <5>;
147 interrupts = <6>;
155 interrupts = <7>;
163 interrupts = <8>;
171 interrupts = <0>
    [all...]
  /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.
  /tools/loganalysis/src/com/android/loganalysis/item/
InterruptItem.java 30 * An {@link IItem} used to store information related to interrupts
34 public static final String INTERRUPTS = "INTERRUPT_INFO";
102 * @param interruptCount Number of interrupts
114 LinkedList<InterruptInfoItem> interrupts = new LinkedList<InterruptInfoItem>(); local
116 return interrupts;
121 interrupts.add(interrupt);
124 return interrupts;
158 JSONArray interrupts = new JSONArray(); local
160 interrupts.put(interrupt.toJson());
162 object.put(INTERRUPTS, interrupts)
    [all...]
  /external/ltp/testcases/kdump/lib/
sysinfo.sh 24 echo "------------- /PROC/INTERRUPTS -----------"
26 cat /proc/interrupts
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
GetInterruptsState.asm 24 ; Returns TRUE is interrupts are currently enabled. Otherwise
27 ; @retval TRUE CPU interrupts are enabled.
28 ; @retval FALSE CPU interrupts are disabled.
DisableInterrupts.asm 22 ; Disables CPU interrupts.
33 ORR R0,R0,#0x80 ;Disable IRQ interrupts
EnableInterrupts.asm 22 ; Enables CPU interrupts.
33 BIC R0,R0,#0x80 ;Enable IRQ interrupts
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 226 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
232 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
293 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
302 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
314 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
326 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
338 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
353 interrupts = <0 84 4>;
363 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
372 interrupts = <0 12 4>
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
get_hw_info 51 echo "Registered Interrupts:"
53 cat /proc/interrupts
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_secure_kernelparams.config 13 tpm_tis.interrupts=0 root=/dev/dm-0
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.S 20 # Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
36 # This code reflects interrupts 0x68-0x6f to interrupts 0x08-0x0f.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.S 21 # Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
37 # This code reflects interrupts 0x68-0x6f to interrupts 0x08-0x0f.

Completed in 8576 milliseconds

1 2 3 4