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

  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
interrupt_mgmt.h 19 #define INTR_TYPE_INVAL MAX_INTR_TYPES
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gicv2.c 78 return INTR_TYPE_INVAL;
plat_gicv3.c 86 return INTR_TYPE_INVAL;
  /device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
runtime_exceptions.S 86 cmp x0, #INTR_TYPE_INVAL
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/
arm_gic.c 349 * the GIC cpu interface. INTR_TYPE_INVAL is returned when there is no
364 return INTR_TYPE_INVAL;
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
tegra_gic.c 201 * the GIC cpu interface. INTR_TYPE_INVAL is returned when there is no
222 ret = INTR_TYPE_INVAL;

Completed in 147 milliseconds