/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_32.h | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | stub_64.h | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/linux/arch/x86/um/ |
H A D | stub_segv.c | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/linux/arch/um/include/shared/ |
H A D | as-layout.h | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/linux/arch/um/kernel/skas/ |
H A D | mmu.c | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/linux/arch/um/kernel/ |
H A D | um_arch.c | diff 6032aca0deb9c138df122192f8ef02de1fdccf25 Fri Apr 14 15:46:39 CEST 2023 Johannes Berg <johannes.berg@intel.com> um: make stub data pages size tweakable
There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|