Home
last modified time | relevance | path

Searched defs:prot (Results 376 – 400 of 498) sorted by relevance

1...<<11121314151617181920

/openbmc/linux/include/linux/
H A Dhuge_mm.h267 #define mk_huge_pmd(page, prot) pmd_mkhuge(mk_pmd(page, prot)) argument
H A Dlibata.h1021 static inline bool ata_is_atapi(u8 prot) in ata_is_atapi()
1026 static inline bool ata_is_pio(u8 prot) in ata_is_pio()
1031 static inline bool ata_is_dma(u8 prot) in ata_is_dma()
1036 static inline bool ata_is_ncq(u8 prot) in ata_is_ncq()
1041 static inline bool ata_is_data(u8 prot) in ata_is_data()
/openbmc/linux/tools/perf/util/
H A Dmap.c120 u32 prot, u32 flags, struct build_id *bid, in map__new()
/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c217 unsigned int prot; member
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c346 pgprot_t prot; in etnaviv_gem_vmap_impl() local
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h12 #define pgprot_noncached(prot) \ argument
40 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) argument
41 #define pgprot_decrypted(prot) __pgprot(cc_mkdec(pgprot_val(prot))) argument
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c1773 unsigned long pend, pgprot_t prot, in kernel_map_range()
2812 pte_t mk_pte_io(unsigned long page, pgprot_t prot, int space, unsigned long page_size) in mk_pte_io()
3223 unsigned long prot = pgprot_val(protection_map[vm_flags & in vm_get_page_prot() local
/openbmc/linux/drivers/iommu/
H A Dapple-dart.c529 size_t pgcount, int prot, gfp_t gfp, in apple_dart_map_pages()
935 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in apple_dart_get_resv_regions() local
H A Dmsm_iommu.c475 int prot, gfp_t gfp, size_t *mapped) in msm_iommu_map()
H A Dsprd-iommu.c290 int prot, gfp_t gfp, size_t *mapped) in sprd_iommu_map()
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c340 uint64_t last, int prot) in vduse_iova_add_region()
369 int prot = 0; in perm_to_prot() local
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c1334 const struct proto *prot; in vsock_dgram_recvmsg() local
2254 const struct proto *prot; in vsock_connectible_recvmsg() local
/openbmc/linux/net/atm/
H A Dbr2684.c229 unsigned short prot = ntohs(skb->protocol); in br2684_xmit_vcc() local
/openbmc/linux/arch/alpha/include/asm/
H A Dpgtable.h126 #define pgprot_noncached(prot) (prot) argument
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c555 int prot = 0; in prq_to_iommu_prot() local
/openbmc/linux/net/llc/
H A Dllc_conn.c930 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot, int kern) in llc_sk_alloc()
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c254 int prot = PROT_READ; in xen_remap_bucket() local
/openbmc/linux/arch/parisc/kernel/
H A Dcache.c439 unsigned long flags, space, pgd, prot, pa; in get_upa() local
/openbmc/linux/net/caif/
H A Dcaif_socket.c1021 static struct proto prot = {.name = "PF_CAIF", in caif_create() local
/openbmc/linux/drivers/spi/
H A Dspi-sn-f-ospi.c269 u32 prot = 0, val; in f_ospi_config_indir_protocol() local
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1179 int prot, gfp_t gfp, size_t *mapped) in arm_smmu_map_pages()
1547 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions() local
/openbmc/linux/include/net/
H A Dsock.h1450 proto_memory_allocated(const struct proto *prot) in proto_memory_allocated()
1516 proto_sockets_allocated_sum_positive(struct proto *prot) in proto_sockets_allocated_sum_positive()
1522 proto_memory_pressure(struct proto *prot) in proto_memory_pressure()
1538 const struct proto *prot, int val) in sock_prot_inuse_add()
1552 const struct proto *prot, int val) in sock_prot_inuse_add()
/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c802 int prot = PROT_READ | PROT_WRITE; in test_seqpacket_invalid_rec_buffer_server() local
/openbmc/linux/drivers/vfio/
H A Dvfio.h294 int prot, struct page **pages) in vfio_device_container_pin_pages()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c46 pgprot_t prot; in nouveau_ttm_fault() local

1...<<11121314151617181920