Home
last modified time | relevance | path

Searched refs:vmemmap (Results 1 – 25 of 73) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/
H A Dmemory_model.h54 #define __pfn_to_page(pfn) (vmemmap + (pfn))
55 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/
H A Dmemory_model.h54 #define __pfn_to_page(pfn) (vmemmap + (pfn))
55 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/
H A Dmemory_model.h54 #define __pfn_to_page(pfn) (vmemmap + (pfn))
55 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable_64.c92 struct page *vmemmap; variable
93 EXPORT_SYMBOL(vmemmap);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable_64.c92 struct page *vmemmap; variable
93 EXPORT_SYMBOL(vmemmap);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/
H A Dpgtable_64.c92 struct page *vmemmap; variable
93 EXPORT_SYMBOL(vmemmap);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c118 struct page *vmemmap; variable
119 EXPORT_SYMBOL(vmemmap);
601 vmemmap = (struct page *) tmp; in setup_ident_map_size()
604 ident_map_size = min(ident_map_size, (unsigned long)vmemmap); in setup_ident_map_size()
611 if (KASAN_SHADOW_END > (unsigned long)vmemmap && in setup_ident_map_size()
612 (unsigned long)vmemmap + vmemmap_size > KASAN_SHADOW_START) in setup_ident_map_size()
613 vmemmap = max(vmemmap, (struct page *)KASAN_SHADOW_END); in setup_ident_map_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c118 struct page *vmemmap; variable
119 EXPORT_SYMBOL(vmemmap);
601 vmemmap = (struct page *) tmp; in setup_ident_map_size()
604 ident_map_size = min(ident_map_size, (unsigned long)vmemmap); in setup_ident_map_size()
611 if (KASAN_SHADOW_END > (unsigned long)vmemmap && in setup_ident_map_size()
612 (unsigned long)vmemmap + vmemmap_size > KASAN_SHADOW_START) in setup_ident_map_size()
613 vmemmap = max(vmemmap, (struct page *)KASAN_SHADOW_END); in setup_ident_map_size()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c118 struct page *vmemmap; variable
119 EXPORT_SYMBOL(vmemmap);
601 vmemmap = (struct page *) tmp; in setup_ident_map_size()
604 ident_map_size = min(ident_map_size, (unsigned long)vmemmap); in setup_ident_map_size()
611 if (KASAN_SHADOW_END > (unsigned long)vmemmap && in setup_ident_map_size()
612 (unsigned long)vmemmap + vmemmap_size > KASAN_SHADOW_START) in setup_ident_map_size()
613 vmemmap = max(vmemmap, (struct page *)KASAN_SHADOW_END); in setup_ident_map_size()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/vm/
H A Dmemory-model.rst148 vmemmap". The selection is made at build time and it is determined by
155 The sparse vmemmap uses a virtually mapped memory map to optimize
157 page *vmemmap` pointer that points to a virtually contiguous array of
159 offset of the `struct page` from `vmemmap` is the PFN of that
162 To use vmemmap, an architecture has to reserve a range of virtual
164 map and make sure that `vmemmap` points to that range. In addition,
168 requirements for the vmemmap mappings, it can use default
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/vm/
H A Dmemory-model.rst148 vmemmap". The selection is made at build time and it is determined by
155 The sparse vmemmap uses a virtually mapped memory map to optimize
157 page *vmemmap` pointer that points to a virtually contiguous array of
159 offset of the `struct page` from `vmemmap` is the PFN of that
162 To use vmemmap, an architecture has to reserve a range of virtual
164 map and make sure that `vmemmap` points to that range. In addition,
168 requirements for the vmemmap mappings, it can use default
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/vm/
H A Dmemory-model.rst148 vmemmap". The selection is made at build time and it is determined by
155 The sparse vmemmap uses a virtually mapped memory map to optimize
157 page *vmemmap` pointer that points to a virtually contiguous array of
159 offset of the `struct page` from `vmemmap` is the PFN of that
162 To use vmemmap, an architecture has to reserve a range of virtual
164 map and make sure that `vmemmap` points to that range. In addition,
168 requirements for the vmemmap mappings, it can use default
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/mm/
H A Ddump_pagetables.c261 address_markers[VMEMMAP_NR].start_address = (unsigned long) vmemmap; in pt_dump_init()
262 address_markers[VMEMMAP_END_NR].start_address = (unsigned long)vmemmap + vmemmap_size; in pt_dump_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/mm/
H A Ddump_pagetables.c261 address_markers[VMEMMAP_NR].start_address = (unsigned long) vmemmap; in pt_dump_init()
262 address_markers[VMEMMAP_END_NR].start_address = (unsigned long)vmemmap + vmemmap_size; in pt_dump_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/mm/
H A Ddump_pagetables.c261 address_markers[VMEMMAP_NR].start_address = (unsigned long) vmemmap; in pt_dump_init()
262 address_markers[VMEMMAP_END_NR].start_address = (unsigned long)vmemmap + vmemmap_size; in pt_dump_init()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst542 The vmemmap_list maintains the entire vmemmap physical mapping. Used
543 to get vmemmap list count and populated vmemmap regions info. If the
544 vmemmap address translation information is stored in the crash kernel,
545 it is used to translate vmemmap kernel virtual addresses.
562 The vmemmap virtual address space management does not have a traditional
568 when computing the count of vmemmap regions.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst542 The vmemmap_list maintains the entire vmemmap physical mapping. Used
543 to get vmemmap list count and populated vmemmap regions info. If the
544 vmemmap address translation information is stored in the crash kernel,
545 it is used to translate vmemmap kernel virtual addresses.
562 The vmemmap virtual address space management does not have a traditional
568 when computing the count of vmemmap regions.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst542 The vmemmap_list maintains the entire vmemmap physical mapping. Used
543 to get vmemmap list count and populated vmemmap regions info. If the
544 vmemmap address translation information is stored in the crash kernel,
545 it is used to translate vmemmap kernel virtual addresses.
562 The vmemmap virtual address space management does not have a traditional
568 when computing the count of vmemmap regions.
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/arm64/
H A Dmemory.rst43 fffffc0000000000 fffffdffffffffff 2TB vmemmap
61 fffffc0000000000 ffffffdfffffffff ~4TB vmemmap
124 offset and vmemmap offsets are computed at early boot to enable
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/arm64/
H A Dmemory.rst43 fffffc0000000000 fffffdffffffffff 2TB vmemmap
61 fffffc0000000000 ffffffdfffffffff ~4TB vmemmap
124 offset and vmemmap offsets are computed at early boot to enable
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/arm64/
H A Dmemory.rst43 fffffc0000000000 fffffdffffffffff 2TB vmemmap
61 fffffc0000000000 ffffffdfffffffff ~4TB vmemmap
124 offset and vmemmap offsets are computed at early boot to enable
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/riscv/
H A Dvm-layout.rst53 ffffffcf00000000 | -196 GB | ffffffcfffffffff | 4 GB | vmemmap
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/riscv/
H A Dvm-layout.rst53 ffffffcf00000000 | -196 GB | ffffffcfffffffff | 4 GB | vmemmap
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/riscv/
H A Dvm-layout.rst53 ffffffcf00000000 | -196 GB | ffffffcfffffffff | 4 GB | vmemmap
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dpgtable_64.h256 #define vmemmap ((struct page *)VMEMMAP_START) macro

123