| /kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
| H A D | qla_attr.c | 3091 int prot = 0, guard; in qla24xx_vport_create() local
|
| /kernel/linux/linux-6.6/ipc/ |
| H A D | shm.c | 1531 unsigned long prot; in do_shmat() local
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | pgtable_types.h | 296 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() argument
|
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| H A D | mmu_pv.c | 1525 static inline void __set_pfn_prot(unsigned long pfn, pgprot_t prot) in __set_pfn_prot() argument 1643 static void __init set_page_prot_flags(void *addr, pgprot_t prot, in set_page_prot_flags() argument 1652 static void __init set_page_prot(void *addr, pgprot_t prot) in set_page_prot() argument 2030 static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) in xen_set_fixmap() argument 2416 pgprot_t prot; global() member 2444 xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, bool no_translate) xen_remap_pfn() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/mm/pat/ |
| H A D | set_memory.c | 544 static inline bool conflicts(pgprot_t prot, pgprotval_t val) in conflicts() argument 549 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict() argument 573 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections() argument 824 pgprot_clear_protnone_bits(pgprot_t prot) pgprot_clear_protnone_bits() argument 1006 pgprot_t prot; split_set_pte() local 1910 __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) __set_memory_prot() argument [all...] |
| /kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
| H A D | pages.c | 447 batch_iommu_map_small(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) batch_iommu_map_small() argument
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| H A D | ipmmu-vmsa.c | 630 ipmmu_map(struct iommu_domain *io_domain, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int prot, gfp_t gfp, size_t *mapped) ipmmu_map() argument
|
| H A D | rockchip-iommu.c | 268 static u32 rk_mk_pte(phys_addr_t page, int prot) in rk_mk_pte() argument 288 static u32 rk_mk_pte_v2(phys_addr_t page, int prot) in rk_mk_pte_v2() argument 774 rk_iommu_map_iova(struct rk_iommu_domain *rk_domain, u32 *pte_addr, dma_addr_t pte_dma, dma_addr_t iova, phys_addr_t paddr, size_t size, int prot) rk_iommu_map_iova() argument 819 rk_iommu_map(struct iommu_domain *domain, unsigned long _iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) rk_iommu_map() argument [all...] |
| H A D | tegra-smmu.c | 699 __tegra_smmu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp, unsigned long *flags) __tegra_smmu_map() argument 753 tegra_smmu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) tegra_smmu_map() argument
|
| H A D | sun50i-iommu.c | 271 static u32 sun50i_mk_pte(phys_addr_t page, int prot) in sun50i_mk_pte() argument 591 sun50i_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) sun50i_iommu_map() argument 847 sun50i_iommu_report_fault(struct sun50i_iommu *iommu, unsigned master, phys_addr_t iova, unsigned prot) sun50i_iommu_report_fault() argument [all...] |
| H A D | apple-dart.c | 935 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in apple_dart_get_resv_regions() local 527 apple_dart_map_pages(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) apple_dart_map_pages() argument
|
| H A D | io-pgtable-arm.c | 258 __arm_lpae_init_pte(struct arm_lpae_io_pgtable *data, phys_addr_t paddr, arm_lpae_iopte prot, int lvl, int num_entries, arm_lpae_iopte *ptep) __arm_lpae_init_pte() argument 279 arm_lpae_init_pte(struct arm_lpae_io_pgtable *data, unsigned long iova, phys_addr_t paddr, arm_lpae_iopte prot, int lvl, int num_entries, arm_lpae_iopte *ptep) arm_lpae_init_pte() argument 343 __arm_lpae_map(struct arm_lpae_io_pgtable *data, unsigned long iova, phys_addr_t paddr, size_t size, size_t pgcount, arm_lpae_iopte prot, int lvl, arm_lpae_iopte *ptep, gfp_t gfp, size_t *mapped) __arm_lpae_map() argument 400 arm_lpae_prot_to_pte(struct arm_lpae_io_pgtable *data, int prot) arm_lpae_prot_to_pte() argument 472 arm_lpae_iopte prot; arm_lpae_map_pages() local [all...] |
| H A D | dma-iommu.c | 642 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot() local 745 __iommu_dma_map(struct device *dev, phys_addr_t phys, size_t size, int prot, u64 dma_mask) __iommu_dma_map() argument 834 __iommu_dma_alloc_noncontiguous(struct device *dev, size_t size, struct sg_table *sgt, gfp_t gfp, pgprot_t prot, unsigned long attrs) __iommu_dma_alloc_noncontiguous() argument 909 iommu_dma_alloc_remap(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp, pgprot_t prot, unsigned long attrs) iommu_dma_alloc_remap() argument 1036 int prot = dma_info_to_prot(dir, coherent, attrs); iommu_dma_map_page() local 1248 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); iommu_dma_map_sg() local 1479 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); iommu_dma_alloc_pages() local 1663 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; iommu_dma_get_msi_page() local [all...] |
| H A D | exynos-iommu.c | 1122 lv1set_section(struct exynos_iommu_domain *domain, sysmmu_pte_t *sent, sysmmu_iova_t iova, phys_addr_t paddr, int prot, short *pgcnt) lv1set_section() argument 1160 lv2set_page(sysmmu_pte_t *pent, phys_addr_t paddr, size_t size, int prot, short *pgcnt) lv2set_page() argument 1220 exynos_iommu_map(struct iommu_domain *iommu_domain, unsigned long l_iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) exynos_iommu_map() argument [all...] |
| /kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu.c | 1536 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions() local 1177 arm_smmu_map_pages(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) arm_smmu_map_pages() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | auxtrace.h | 365 int prot; member
|
| H A D | synthetic-events.c | 293 read_proc_maps_line(struct io *io, __u64 *start, __u64 *end, u32 *prot, u32 *flags, __u64 *offset, u32 *maj, u32 *min, __u64 *inode, ssize_t pathname_size, char *pathname) read_proc_maps_line() argument
|
| /kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
| H A D | event.h | 42 __u32 prot; member
|
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-report.c | 855 u32 prot = map__prot(map); in maps__fprintf_task() local
|
| /kernel/linux/linux-6.6/net/tls/ |
| H A D | tls_sw.c | 157 static int tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, in tls_padding_length() argument 261 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_decryption() local 310 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_trim_both_msgs() local 333 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_clone_plaintext_msg() local 357 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_get_rec() local 470 struct tls_prot_info *prot; tls_encrypt_done() local 539 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_do_encryption() local 728 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_push_record() local 1010 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_sendmsg_locked() local 1467 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_sg() local 1638 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_sw() local 1678 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_device() local 1727 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_rx_one_record() local 1870 tls_read_flush_backlog(struct sock *sk, struct tls_prot_info *prot, size_t len_left, size_t decrypted, ssize_t done, size_t *flushed_at) tls_read_flush_backlog() argument 1958 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_recvmsg() local 2248 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_read_sock() local 2359 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_rx_msg_size() local 2660 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_set_sw_offload() local [all...] |
| /kernel/linux/linux-6.6/net/vmw_vsock/ |
| H A D | af_vsock.c | 1277 const struct proto *prot; in vsock_dgram_recvmsg() local 2134 const struct proto *prot; in vsock_connectible_recvmsg() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 626 int prot; member 631 void record_pkey_malloc(void *ptr, long size, int prot) in record_pkey_malloc() argument 696 void *malloc_pkey_with_mprotect(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect() argument 716 malloc_pkey_anon_huge(long size, int prot, u16 pkey) malloc_pkey_anon_huge() argument 797 malloc_pkey_hugetlb(long size, int prot, u16 pkey) malloc_pkey_hugetlb() argument 818 malloc_pkey_mmap_dax(long size, int prot, u16 pkey) malloc_pkey_mmap_dax() argument 853 malloc_pkey(long size, int prot, u16 pkey) malloc_pkey() argument 1352 int prot; test_mprotect_with_pkey_0() local 1711 int prot = PROT_READ|PROT_WRITE; run_tests_once() local [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | lsm.c | 549 static int common_mmap(const char *op, struct file *file, unsigned long prot, in common_mmap() argument 571 apparmor_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) apparmor_mmap_file() argument 577 apparmor_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) apparmor_file_mprotect() argument
|
| /kernel/linux/linux-6.6/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 1291 static int arpentry_matches_prot(struct qeth_arp_entrytype *type, __u16 prot) in arpentry_matches_prot() argument 399 qeth_l3_send_setrouting(struct qeth_card *card, enum qeth_routing_types type, enum qeth_prot_versions prot) qeth_l3_send_setrouting() argument 418 qeth_l3_correct_routing_type(struct qeth_card *card, enum qeth_routing_types *type, enum qeth_prot_versions prot) qeth_l3_correct_routing_type() argument 1376 qeth_l3_query_arp_cache_info(struct qeth_card *card, enum qeth_prot_versions prot, struct qeth_arp_query_info *qinfo) qeth_l3_query_arp_cache_info() argument [all...] |
| /kernel/linux/linux-6.6/mm/ |
| H A D | huge_memory.c | 938 pgprot_t prot = vma->vm_page_prot; in insert_pfn_pud() local 835 insert_pfn_pmd(struct vm_area_struct *vma, unsigned long addr, pmd_t *pmd, pfn_t pfn, pgprot_t prot, bool write, pgtable_t pgtable) insert_pfn_pmd() argument
|