1SECTIONS {
2 .hyp.idmap.text : { __hyp_section_.hyp.idmap.text = .; *(.idmap.text .idmap.text.*) }
3 .hyp.text : { __hyp_section_.hyp.text = .; *(.text .text.*) }
4 .hyp.data..ro_after_init : { __hyp_section_.hyp.data..ro_after_init = .; *(.data..ro_after_init .data..ro_after_init.*) }
5 .hyp.rodata : { __hyp_section_.hyp.rodata = .; *(.rodata .rodata.*) }
6 . = ALIGN((1 << 12));
7 .hyp.data..percpu : { __hyp_section_.hyp.data..percpu = .;
8  __per_cpu_start = .; *(.data..percpu..first) . = ALIGN((1 << 12)); *(.data..percpu..page_aligned) . = ALIGN((1 << (6))); *(.data..percpu..read_mostly) . = ALIGN((1 << (6))); *(.data..percpu) *(.data..percpu..shared_aligned) __per_cpu_end = .;
9 }
10 .hyp.bss : { __hyp_section_.hyp.bss = .; *(.bss .bss.*) }
11}
12