Searched refs:smap (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/arch/x86/entry/
H A Dentry_32.S45 #include <asm/smap.h>
H A Dentry_64.S36 #include <asm/smap.h>
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c49 static inline void byte_copymap(u8 dmap[], unsigned long smap[], argument
59 if (test_bit(nn, smap))
/linux-master/include/linux/
H A Dbpf.h148 int (*map_local_storage_charge)(struct bpf_local_storage_map *smap,
150 void (*map_local_storage_uncharge)(struct bpf_local_storage_map *smap,
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4728 bool smep, smap, is_user; local
4832 smap = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMAP);
4834 if (smap && (!smep || is_user)) {
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c211 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);
231 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, smap);

Completed in 304 milliseconds

12