Searched refs:do_map (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu_pt.h | 10 static void do_map(struct kunit *test, pt_vaddr_t va, pt_oaddr_t pa, 123 do_map(test, top_range.last_va + 1, 0, in test_increase_level() 126 do_map(test, top_range.va - priv->smallest_pgsz, 0, in test_increase_level() 155 do_map(test, cur_va, paddr, len); in test_map_simple() 218 do_map(test, cur_va + offset, paddr + offset, len); in test_map_table_to_oa() 265 do_map(test, vaddr, paddr, next_len); in test_unmap_split() 270 do_map(test, vaddr, paddr, next_len); in test_unmap_split() 271 do_map(test, vaddr + next_len, paddr, next_len); in test_unmap_split() 376 do_map(test, start, paddr, end - start); in test_random_map() 405 do_map(test, 0xfef80000, 0x208b95d000, 0xfef9ffff - 0xfef80000 + 1); in test_pgsize_boundary() [all …]
|
| H A D | kunit_generic_pt.h | 11 static void do_map(struct kunit *test, pt_vaddr_t va, pt_oaddr_t pa, in do_map() function 129 do_map(test, range.va, 0, priv->smallest_pgsz); in check_all_levels()
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | libc-gcs.c | 631 TEST_F(map_invalid_gcs, do_map) in TEST_F() argument 678 TEST_F(invalid_mprotect, do_map) in TEST_F() argument
|
| /linux/tools/bpf/bpftool/ |
| H A D | main.h | 168 int do_map(int argc, char **arg) __weak;
|
| H A D | main.c | 83 { "map", do_map },
|
| H A D | map.c | 1511 int do_map(int argc, char **argv) in do_map() function
|
| /linux/fs/ext4/ |
| H A D | inode.c | 1710 unsigned int do_map:1; member 2135 if (!mpd->do_map) in mpage_add_bh_to_extent() 2193 if (!mpd->do_map) in mpage_process_page_bufs() 2874 mpd->do_map = 0; in ext4_do_writepages() 2929 mpd->do_map = 1; in ext4_do_writepages() 2950 mpd->do_map = 0; in ext4_do_writepages()
|
| /linux/arch/m68k/kernel/ |
| H A D | head.S | 2019 is_020(L(do_map)) 2025 jcc L(do_map) 2087 L(do_map):
|
| /linux/fs/f2fs/ |
| H A D | file.c | 2994 do_map: in f2fs_defragment_range() 3032 goto do_map; in f2fs_defragment_range()
|