diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-29 09:43:09 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-29 09:43:09 -0400 |
commit | 8f0ba2fd31408d04175513b8826bf9418ad8b087 (patch) | |
tree | 22dc7902bf32f77bfd4ded444c35fa9f219ac9e5 /arch/x86_64 | |
parent | 772717dc22e04b4d168d0f77bee6b6357118768c (diff) | |
download | jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.gz jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.bz2 jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.zip |
move memory functions to memory folder
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/memory/koentry-ptr.c (renamed from arch/x86_64/memory.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/memory/page-mapping.c (renamed from arch/x86_64/page-mapping.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/memory/page_directory.c (renamed from arch/x86_64/page_directory.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/memory/untyped_memory.c (renamed from arch/x86_64/untyped_memory.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/memory/untyped_retype_page.c (renamed from arch/x86_64/untyped_retype_page.c) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/arch/x86_64/memory.c b/arch/x86_64/memory/koentry-ptr.c index b32d4e7..b32d4e7 100644 --- a/arch/x86_64/memory.c +++ b/arch/x86_64/memory/koentry-ptr.c diff --git a/arch/x86_64/page-mapping.c b/arch/x86_64/memory/page-mapping.c index 0de5bfa..0de5bfa 100644 --- a/arch/x86_64/page-mapping.c +++ b/arch/x86_64/memory/page-mapping.c diff --git a/arch/x86_64/page_directory.c b/arch/x86_64/memory/page_directory.c index 7030b05..7030b05 100644 --- a/arch/x86_64/page_directory.c +++ b/arch/x86_64/memory/page_directory.c diff --git a/arch/x86_64/untyped_memory.c b/arch/x86_64/memory/untyped_memory.c index bd3bc6d..bd3bc6d 100644 --- a/arch/x86_64/untyped_memory.c +++ b/arch/x86_64/memory/untyped_memory.c diff --git a/arch/x86_64/untyped_retype_page.c b/arch/x86_64/memory/untyped_retype_page.c index 32afe2c..32afe2c 100644 --- a/arch/x86_64/untyped_retype_page.c +++ b/arch/x86_64/memory/untyped_retype_page.c |