/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_conn.c | 916 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot, int kern) in llc_sk_alloc() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | af_inet6.c | 452 const struct proto *prot; in inet6_bind() local 571 const struct proto *prot; in inet6_ioctl() local 655 const struct proto *prot; inet6_sendmsg() local 672 const struct proto *prot; inet6_recvmsg() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/android/ |
H A D | ashmem.c | 393 static inline vm_flags_t calc_vm_may_flags(unsigned long prot) in calc_vm_may_flags() argument 580 static int set_prot_mask(struct ashmem_area *asma, unsigned long prot) in set_prot_mask() argument [all...] |
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_mmu_context.c | 327 u64 prot; in ivpu_mmu_context_map_sgt() local 188 ivpu_mmu_context_map_page(struct ivpu_device *vdev, struct ivpu_mmu_context *ctx, u64 vpu_addr, dma_addr_t dma_addr, u64 prot) ivpu_mmu_context_map_page() argument 217 ivpu_mmu_context_map_cont_64k(struct ivpu_device *vdev, struct ivpu_mmu_context *ctx, u64 vpu_addr, dma_addr_t dma_addr, u64 prot) ivpu_mmu_context_map_cont_64k() argument 285 ivpu_mmu_context_map_pages(struct ivpu_device *vdev, struct ivpu_mmu_context *ctx, u64 vpu_addr, dma_addr_t dma_addr, size_t size, u64 prot) ivpu_mmu_context_map_pages() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-map-ops.h | 359 static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, in dma_pgprot() argument
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | vfio.h | 292 vfio_device_container_pin_pages(struct vfio_device *device, dma_addr_t iova, int npage, int prot, struct page **pages) vfio_device_container_pin_pages() argument
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_file.c | 492 sector_t prot_length, prot; in fd_do_prot_fill() local
|
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/ |
H A D | vermilion.c | 999 unsigned long prot; in vmlfb_mmap() local
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | frontend.c | 155 static pgprot_t agp_convert_mmap_flags(int prot) in agp_convert_mmap_flags() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_main.c | 445 pgprot_t prot; in hns_roce_mmap() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
H A D | encl.c | 1163 unsigned long prot; in sgx_encl_page_alloc() local
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | init.c | 92 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP]; in x86_has_pat_wp() local 535 init_memory_mapping(unsigned long start, unsigned long end, pgprot_t prot) init_memory_mapping() argument
|
H A D | pgtable.c | 695 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() argument 722 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() argument 748 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() argument
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | tboot.c | 113 map_tboot_page(unsigned long vaddr, unsigned long pfn, pgprot_t prot) map_tboot_page() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 328 int prot = IOMMU_READ | IOMMU_WRITE; in panfrost_mmu_map() local 288 mmu_map_sg(struct panfrost_device *pfdev, struct panfrost_mmu *mmu, u64 iova, int prot, struct sg_table *sgt) mmu_map_sg() argument
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | sprd-iommu.c | 288 sprd_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int prot, gfp_t gfp, size_t *mapped) sprd_iommu_map() argument
|
H A D | fsl_pamu.c | 191 int pamu_config_ppaace(int liodn, u32 omi, u32 stashid, int prot) in pamu_config_ppaace() argument
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | svm.c | 555 int prot = 0; in prq_to_iommu_prot() local
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 403 qcom_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int prot, gfp_t gfp, size_t *mapped) qcom_iommu_map() argument
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_main.c | 860 struct proto *prot = READ_ONCE(sk->sk_prot); in tls_build_proto() local 888 build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG], const struct proto *base) build_protos() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 146 int prot = 0; in str_to_prot() local 200 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() argument 347 static int check_ksm_merge(int merge_type, int mapping, int prot, in check_ksm_merge() argument 381 check_ksm_unmerge(int merge_type, int mapping, int prot, int timeout, size_t page_size) check_ksm_unmerge() argument 421 check_ksm_zero_page_merge(int merge_type, int mapping, int prot, long page_count, int timeout, bool use_zero_pages, size_t page_size) check_ksm_zero_page_merge() argument 486 check_ksm_numa_merge(int merge_type, int mapping, int prot, int timeout, bool merge_across_nodes, size_t page_size) check_ksm_numa_merge() argument 550 ksm_merge_hugepages_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) ksm_merge_hugepages_time() argument 618 ksm_merge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) ksm_merge_time() argument 659 ksm_unmerge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) ksm_unmerge_time() argument 706 ksm_cow_time(int merge_type, int mapping, int prot, int timeout, size_t page_size) ksm_cow_time() argument 780 int prot = 0; main() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | map.c | 118 map__new(struct machine *machine, u64 start, u64 len, u64 pgoff, struct dso_id *id, u32 prot, u32 flags, struct build_id *bid, char *filename, struct thread *thread) map__new() argument
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 468 int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot) in ima_file_mprotect() argument 430 ima_file_mmap(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) ima_file_mmap() argument
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_test.c | 802 int prot = PROT_READ | PROT_WRITE; in test_seqpacket_invalid_rec_buffer_server() local
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_vm_map.h | 163 STATIC INLINE UINT32 OsCvtProtFlagsToRegionFlags(unsigned long prot, unsigned long flags) in OsCvtProtFlagsToRegionFlags() argument
|