/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | csky,apb-intc.txt | 8 - csky,apb-intc is used in a lot of csky fpgas and socs, it support 64 irq nums. 9 - csky,dual-apb-intc consists of 2 apb-intc and 128 irq nums supported. 10 - csky,gx6605s-intc is gx6605s soc internal irq interrupt controller, 64 irq nums. 23 Definition: must be "csky,apb-intc" 24 "csky,dual-apb-intc" 25 "csky,gx6605s-intc" 36 - csky,support-pulse-signal: 44 compatible = "csky,apb-intc"; 51 compatible = "csky,dual-apb-intc"; 58 compatible = "csky,gx6605s-intc";
|
H A D | csky,mpintc.txt | 30 Definition: must be "csky,mpintc" 43 compatible = "csky,mpintc";
|
/openbmc/linux/Documentation/devicetree/bindings/csky/ |
H A D | cpus.txt | 50 Definition: must contain "csky", eg: 51 "csky,610" 52 "csky,807" 53 "csky,810" 54 "csky,860"
|
H A D | pmu.txt | 19 Definition: must be "csky,csky-pmu" 34 compatible = "csky,csky-pmu";
|
/openbmc/linux/arch/csky/ |
H A D | Makefile | 54 abidirs := $(patsubst %,arch/csky/%/,$(CSKYABI)) 62 core-y += arch/csky/$(CSKYABI)/ 64 libs-y += arch/csky/lib/ \ 67 boot := arch/csky/boot
|
H A D | Kconfig | 2 config CSKY config 197 bool "CSKY CPU ck610" 203 bool "CSKY CPU ck810" 208 bool "CSKY CPU ck807" 212 bool "CSKY CPU ck860" 355 source "arch/csky/Kconfig.platforms"
|
/openbmc/linux/tools/perf/util/ |
H A D | perf_regs.c | 30 if (!strcmp(arch, "csky")) in perf_reg_name() 85 else if (!strcmp(arch, "csky")) in perf_arch_reg_ip() 110 else if (!strcmp(arch, "csky")) in perf_arch_reg_sp()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-mp-csky.c | 111 .name = "csky", 155 "clockevents/csky/timer:starting", in csky_mptimer_init() 173 TIMER_OF_DECLARE(csky_mptimer, "csky,mptimer", csky_mptimer_init);
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | csky,gx6605s-timer.txt | 19 Definition: must be "csky,gx6605s-timer" 37 compatible = "csky,gx6605s-timer";
|
H A D | csky,mptimer.txt | 24 Definition: must be "csky,mptimer" 38 compatible = "csky,mptimer";
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-csky-apb-intc.c | 71 if (of_property_read_bool(node, "csky,support-pulse-signal")) in ck_set_gc() 193 IRQCHIP_DECLARE(csky_gx6605s_intc, "csky,gx6605s-intc", gx_intc_init); 255 IRQCHIP_DECLARE(ck_intc, "csky,apb-intc", ck_intc_init); 281 IRQCHIP_DECLARE(ck_dual_intc, "csky,dual-apb-intc", ck_dual_intc_init);
|
H A D | irq-csky-mpintc.c | 143 * The csky,mpintc could support auto irq deliver, but it only in csky_irq_set_affinity() 239 ret = of_property_read_u32(node, "csky,num-irqs", &nr_irq); in csky_mpintc_init() 281 IRQCHIP_DECLARE(csky_mpintc, "csky,mpintc", csky_mpintc_init);
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 12 /* CSKY Relocations */ 35 * In gdb/bfd elf32-csky.c, csky_elf_grok_prstatus() use fixed size of
|
H A D | seccomp.h | 9 #define SECCOMP_ARCH_NATIVE_NAME "csky"
|
/openbmc/linux/arch/csky/kernel/ |
H A D | ftrace.c | 21 * Gcc-csky with -pg will insert stub in function prologue: 161 * For csky-gcc function has sub-call: in prepare_ftrace_return() 170 * For csky-gcc function has no sub-call: in prepare_ftrace_return()
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | vdso.S | 12 .incbin "arch/csky/kernel/vdso/vdso.so"
|
/openbmc/linux/arch/csky/configs/ |
H A D | defconfig | 2 CONFIG_DEFAULT_HOSTNAME="csky"
|
/openbmc/linux/Documentation/features/perf/kprobes-event/ |
H A D | arch-support.txt | 13 | csky: | ok |
|
/openbmc/linux/Documentation/features/time/clockevents/ |
H A D | arch-support.txt | 13 | csky: | ok |
|
/openbmc/linux/Documentation/features/debug/kgdb/ |
H A D | arch-support.txt | 13 | csky: | TODO |
|
/openbmc/linux/Documentation/features/debug/kcov/ |
H A D | arch-support.txt | 13 | csky: | TODO |
|
/openbmc/linux/Documentation/features/debug/kretprobes/ |
H A D | arch-support.txt | 13 | csky: | ok |
|
/openbmc/linux/Documentation/features/debug/optprobes/ |
H A D | arch-support.txt | 13 | csky: | TODO |
|
/openbmc/linux/Documentation/features/perf/perf-regs/ |
H A D | arch-support.txt | 13 | csky: | ok |
|
/openbmc/linux/Documentation/features/vm/PG_uncached/ |
H A D | arch-support.txt | 13 | csky: | TODO |
|