Home
last modified time | relevance | path

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

1...<<11121314151617181920

/openbmc/linux/drivers/char/agp/
H A Dfrontend.c155 static pgprot_t agp_convert_mmap_flags(int prot) in agp_convert_mmap_flags()
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c999 unsigned long prot; in vmlfb_mmap() local
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h362 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) argument
/openbmc/linux/kernel/dma/
H A Ddirect.c282 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in dma_direct_alloc() local
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c446 pgprot_t prot; in hns_roce_mmap() local
/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/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/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/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/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/linux/net/vmw_vsock/
H A Daf_vsock.c1287 const struct proto *prot; in vsock_dgram_recvmsg() local
2202 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/drivers/spi/
H A Dspi-sn-f-ospi.c266 u32 prot = 0, val; in f_ospi_config_indir_protocol() local
/openbmc/linux/net/caif/
H A Dcaif_socket.c1021 static struct proto prot = {.name = "PF_CAIF", in caif_create() 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/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/arch/parisc/kernel/
H A Dcache.c439 unsigned long flags, space, pgd, prot, pa; in get_upa() local
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c254 int prot = PROT_READ; in xen_remap_bucket() 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()
1536 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions() local
/openbmc/linux/include/linux/
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/arch/sparc/kernel/
H A Diommu.c437 unsigned long flags, handle, prot, ctx; in dma_4u_map_sg() local
/openbmc/qemu/util/
H A Dvfio-helpers.c164 uint64_t offset, uint64_t size, int prot, in qemu_vfio_pci_map_bar()

1...<<11121314151617181920