/openbmc/linux/arch/riscv/kernel/ |
H A D | kexec_relocate.S | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | machine_kexec.c | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | asm-offsets.c | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | head.S | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
/openbmc/linux/arch/riscv/mm/ |
H A D | physaddr.c | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | ptdump.c | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
H A D | init.c | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | page.h | diff 658e2c5125bbbc9b9b5eac23b3c35b87df3c30b8 Thu Jun 17 08:53:07 CDT 2021 Alexandre Ghiti <alex@ghiti.fr> riscv: Introduce structure that group all variables regarding kernel mapping
We have a lot of variables that are used to hold kernel mapping addresses, offsets between physical and virtual mappings and some others used for XIP kernels: they are all defined at different places in mm/init.c, so group them into a single structure with, for some of them, more explicit and concise names.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
|