Home
last modified time | relevance | path

Searched defs:smap (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/testing/selftests/vm/
Dmap_populate.c33 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/
Dstackmap.c64 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/
Dpage.c242 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/
Dmmu.h181 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local
Dmmu.c4791 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/
Ddlmdomain.c66 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()