search for: vmem_map

Displaying 2 results from an estimated 2 matches for "vmem_map".

Did you mean: mem_map
2019 Sep 06
0
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
...102 #endif ^1da177e4c3f41 include/asm-ia64/page.h Linus Torvalds 2005-04-16 103 0ecd702bcb924d include/asm-ia64/page.h KAMEZAWA Hiroyuki 2006-03-27 104 #ifdef CONFIG_VIRTUAL_MEM_MAP 0ecd702bcb924d include/asm-ia64/page.h KAMEZAWA Hiroyuki 2006-03-27 105 extern struct page *vmem_map; 0ecd702bcb924d include/asm-ia64/page.h KAMEZAWA Hiroyuki 2006-03-27 106 #ifdef CONFIG_DISCONTIGMEM 0ecd702bcb924d include/asm-ia64/page.h KAMEZAWA Hiroyuki 2006-03-27 107 # define page_to_pfn(page) ((unsigned long) (page - vmem_map)) 0ecd702bcb924d include/asm-ia64/page.h KAMEZA...
2020 Jul 16
0
[PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
...id you mean 'page_to_pfn'? [-Werror=implicit-function-declaration] 254 | pg = pfn_to_page(__phys_to_pfn(pa)); | ^~~~~~~~~~~~~ arch/ia64/include/asm/page.h:108:40: note: in definition of macro 'pfn_to_page' 108 | # define pfn_to_page(pfn) (vmem_map + (pfn)) | ^~~ drivers/vdpa/mlx5/core/mr.c: At top level: drivers/vdpa/mlx5/core/mr.c:414:5: warning: no previous prototype for 'mlx5_vdpa_create_mr' [-Wmissing-prototypes] 414 | int mlx5_vdpa_create_mr(struct mlx5_vdpa_dev *mvdev,...