Home
last modified time | relevance | path

Searched refs:MAP_TYPE (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_queue_stack_map.h12 __uint(type, MAP_TYPE);
20 __uint(type, MAP_TYPE);
H A Dtest_queue_map.c3 #define MAP_TYPE BPF_MAP_TYPE_QUEUE macro
H A Dtest_stack_map.c3 #define MAP_TYPE BPF_MAP_TYPE_STACK macro
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool331 local MAP_TYPE='id pinned name'
426 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
463 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
648 _bpftool_one_of_list $MAP_TYPE
668 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
728 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
756 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
785 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
804 COMPREPLY+=( $( compgen -W "$MAP_TYPE" \
855 COMPREPLY=( $( compgen -W "$MAP_TYPE"
[all...]
/linux/include/uapi/asm-generic/
H A Dmman-common.h21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
/linux/arch/parisc/include/uapi/asm/
H A Dmman.h14 #define MAP_TYPE 0x2b /* Mask for type of mapping, includes bits 0x08 and 0x20 */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dmman.h14 #define MAP_TYPE 0x0f /* Mask for type of mapping (OSF/1 is _wrong_) */ macro
/linux/arch/mips/include/uapi/asm/
H A Dmman.h31 #define MAP_TYPE 0x00f /* Mask for type of mapping */ macro
/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h38 #define MAP_TYPE 0x00f /* Mask for type of mapping */ macro
/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c110 if ((flags & MAP_TYPE) == MAP_PRIVATE) in sgx_get_unmapped_area()
/linux/mm/
H A Dnommu.c704 if ((flags & MAP_TYPE) != MAP_PRIVATE && in validate_mmap_request()
705 (flags & MAP_TYPE) != MAP_SHARED) in validate_mmap_request()
H A Dmmap.c434 switch (flags & MAP_TYPE) { in do_mmap()
493 switch (flags & MAP_TYPE) { in do_mmap()
/linux/security/selinux/
H A Dhooks.c3986 (flags & MAP_TYPE) == MAP_SHARED); in selinux_mmap_file()