Home
last modified time | relevance | path

Searched refs:physmem (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3750-2.patch4 Subject: [PATCH] softmmu/physmem: Simplify flatview_write and
25 softmmu/physmem.c | 11 +++--------
28 diff --git a/softmmu/physmem.c b/softmmu/physmem.c
30 --- a/softmmu/physmem.c
31 +++ b/softmmu/physmem.c
H A DCVE-2022-35414.patch10 softmmu/physmem.c | 13 ++++++++++++-
13 diff --git a/softmmu/physmem.c b/softmmu/physmem.c
15 --- a/softmmu/physmem.c
16 +++ b/softmmu/physmem.c
H A DCVE-2021-3750-3.patch4 Subject: [PATCH] softmmu/physmem: Introduce MemTxAttrs::memory field and
34 softmmu/physmem.c | 44 ++++++++++++++++++++++++++++++++++++++++++--
64 diff --git a/softmmu/physmem.c b/softmmu/physmem.c
66 --- a/softmmu/physmem.c
67 +++ b/softmmu/physmem.c
H A D0001-net-tulip-Restrict-DMA-engine-to-memories.patch20 #5 0x55954468b74c in flatview_write_continue qemu/softmmu/physmem.c:2825:23
21 #6 0x559544683662 in flatview_write qemu/softmmu/physmem.c:2867:12
22 #7 0x5595446833f3 in address_space_write qemu/softmmu/physmem.c:2963:18
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dphysmem.c26 void __init mem_total_pages(unsigned long physmem, unsigned long iomem, in mem_total_pages() argument
32 phys_pages = physmem >> PAGE_SHIFT; in mem_total_pages()
H A DMakefile18 physmem.o process.o ptrace.o reboot.o sigio.o \
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dmem_user.h52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h146 extern struct memblock_type physmem; in __next_physmem_range()
148 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A DMakefile34 obj-y += physmem.o
/OK3568_Linux_fs/u-boot/lib/
H A DMakefile39 obj-$(CONFIG_PHYSMEM) += physmem.o
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c147 struct memblock_type physmem = { variable
860 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add()
1905 memblock_dump(&physmem); in __memblock_dump_all()
2093 debugfs_create_file("physmem", 0444, root, &physmem, in memblock_init_debugfs()