HomeSort by: relevance | last modified time | path
    Searched refs:interrupt_map (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
Makefile 24 DTC_FLAGS_fsl-ls1088a-qds := -Wno-interrupt_map
26 DTC_FLAGS_fsl-ls1088a-rdb := -Wno-interrupt_map
28 DTC_FLAGS_fsl-ls1088a-ten64 := -Wno-interrupt_map
30 DTC_FLAGS_fsl-ls1088a-tqmls1088a-mbls10xxa := -Wno-interrupt_map
32 DTC_FLAGS_fsl-ls2080a-qds := -Wno-interrupt_map
34 DTC_FLAGS_fsl-ls2080a-rdb := -Wno-interrupt_map
36 DTC_FLAGS_fsl-ls2081a-rdb := -Wno-interrupt_map
38 DTC_FLAGS_fsl-ls2080a-simu := -Wno-interrupt_map
40 DTC_FLAGS_fsl-ls2088a-qds := -Wno-interrupt_map
42 DTC_FLAGS_fsl-ls2088a-rdb := -Wno-interrupt_map
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 803 int *interrupt_map = &static_interrupt_map[0]; local
861 "interrupt-map", interrupt_map, maplen)) <= 0) {
895 interrupt_map = free_map;
944 int *imap = &interrupt_map[i];
994 /* Move on to the next interrupt_map entry. */

Completed in 18 milliseconds