Searched defs:smap (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/vm/ |
D | map_populate.c | 33 static int parent_f(int sock, unsigned long *smap, int child) in parent_f() 53 static int child_f(int sock, unsigned long *smap, int fd) in child_f() 79 unsigned long *smap; in main() local
|
/Linux-v4.19/kernel/bpf/ |
D | stackmap.c | 64 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 91 struct bpf_stack_map *smap; in stack_map_alloc() local 341 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in BPF_CALL_3() local 514 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() local 538 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() local 573 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() local 592 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() local
|
/Linux-v4.19/fs/nilfs2/ |
D | page.c | 242 struct address_space *smap) in nilfs_copy_dirty_pages() 296 struct address_space *smap) in nilfs_copy_back_pages()
|
/Linux-v4.19/arch/x86/kvm/ |
D | mmu.h | 181 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local
|
D | mmu.c | 4791 bool smap = kvm_read_cr4_bits(vcpu, X86_CR4_SMAP); in kvm_calc_shadow_mmu_root_page_role() local
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmdomain.c | 66 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
|