Searched hist:"4 b47cdbda6f1ad73b08dc7d497bac12b8f26ae0d" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | setup.h | diff 4b47cdbda6f1ad73b08dc7d497bac12b8f26ae0d Mon Sep 07 15:15:36 CEST 2020 Joerg Roedel <jroedel@suse.de> x86/head/64: Move early exception dispatch to C code
Move the assembly coded dispatch between page-faults and all other exceptions to C code to make it easier to maintain and extend.
Also change the return-type of early_make_pgtable() to bool and make it static.
Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200907131613.12703-36-joro@8bytes.org
|
H A D | pgtable.h | diff 4b47cdbda6f1ad73b08dc7d497bac12b8f26ae0d Mon Sep 07 15:15:36 CEST 2020 Joerg Roedel <jroedel@suse.de> x86/head/64: Move early exception dispatch to C code
Move the assembly coded dispatch between page-faults and all other exceptions to C code to make it easier to maintain and extend.
Also change the return-type of early_make_pgtable() to bool and make it static.
Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200907131613.12703-36-joro@8bytes.org
|
/linux/arch/x86/kernel/ |
H A D | head64.c | diff 4b47cdbda6f1ad73b08dc7d497bac12b8f26ae0d Mon Sep 07 15:15:36 CEST 2020 Joerg Roedel <jroedel@suse.de> x86/head/64: Move early exception dispatch to C code
Move the assembly coded dispatch between page-faults and all other exceptions to C code to make it easier to maintain and extend.
Also change the return-type of early_make_pgtable() to bool and make it static.
Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200907131613.12703-36-joro@8bytes.org
|