OF_TABLE          237 include/asm-generic/vmlinux.lds.h #define TIMER_OF_TABLES()	OF_TABLE(CONFIG_TIMER_OF, timer)
OF_TABLE          238 include/asm-generic/vmlinux.lds.h #define IRQCHIP_OF_MATCH_TABLE() OF_TABLE(CONFIG_IRQCHIP, irqchip)
OF_TABLE          239 include/asm-generic/vmlinux.lds.h #define CLK_OF_TABLES()		OF_TABLE(CONFIG_COMMON_CLK, clk)
OF_TABLE          240 include/asm-generic/vmlinux.lds.h #define RESERVEDMEM_OF_TABLES()	OF_TABLE(CONFIG_OF_RESERVED_MEM, reservedmem)
OF_TABLE          241 include/asm-generic/vmlinux.lds.h #define CPU_METHOD_OF_TABLES()	OF_TABLE(CONFIG_SMP, cpu_method)
OF_TABLE          242 include/asm-generic/vmlinux.lds.h #define CPUIDLE_METHOD_OF_TABLES() OF_TABLE(CONFIG_CPU_IDLE, cpuidle_method)