Searched refs:_end (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | range.h | 43 #define DEFINE_RANGE(_start, _end) \ argument 46 .end = (_end), \
|
| /include/asm-generic/ |
| A D | sections.h | 41 extern char _end[]; 230 addr < (unsigned long)_end) || in __is_kernel()
|
| A D | vmlinux.lds.h | 292 BOUNDED_SECTION_POST_LABEL(__earlycon_table, __earlycon_table, , _end) 331 __##name##_acpi_probe_table,, _end) 340 __##name##_thermal_table,, _end) 888 BOUNDED_SECTION_POST_LABEL(.tracedata, __tracedata, _start, _end) \ 923 BOUNDED_SECTION_POST_LABEL(.init.setup, __setup, _start, _end) 945 BOUNDED_SECTION_POST_LABEL(.con_initcall.init, __con_initcall, _start, _end) 961 BOUNDED_SECTION_POST_LABEL(.kunit_test_suites, __kunit_suites, _start, _end) 967 __kunit_init_suites, _start, _end)
|
| /include/kunit/ |
| A D | of.h | 66 #define of_overlay_end(overlay_name) __dtbo_##overlay_name##_end
|
Completed in 10 milliseconds