Home
last modified time | relevance | path

Searched defs:prot (Results 76 – 100 of 437) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h116 unsigned long prot = pgprot_val(_prot); in pgprot_noncached() local
191 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) argument
233 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcm_l2_filter.c224 uint8 prot; in get_pkt_ip_type() local
285 uint8 prot; in bcm_l2_filter_block_ping() local
305 uint8 prot; in bcm_l2_filter_get_mac_addr_dhcp_pkt() local
647 calc_checksum(uint8 *src_ipa, uint8 *dst_ipa, uint32 ul_len, uint8 prot, uint8 *ul_data) in calc_checksum()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dpmb.c117 static inline unsigned long pgprot_to_pmb_flags(pgprot_t prot) in pgprot_to_pmb_flags()
207 static inline bool pmb_prot_valid(pgprot_t prot) in pmb_prot_valid()
336 unsigned long size, pgprot_t prot) in pmb_bolt_mapping()
411 pgprot_t prot, void *caller) in pmb_remap_caller()
H A Dioremap.h10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcm_l2_filter.c224 uint8 prot; in get_pkt_ip_type() local
285 uint8 prot; in bcm_l2_filter_block_ping() local
305 uint8 prot; in bcm_l2_filter_get_mac_addr_dhcp_pkt() local
647 calc_checksum(uint8 *src_ipa, uint8 *dst_ipa, uint32 ul_len, uint8 prot, uint8 *ul_data) in calc_checksum()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfb.h12 unsigned long prot; in fb_pgprotect() local
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dio-pgtable-arm-v7s.c322 static arm_v7s_iopte arm_v7s_prot_to_pte(int prot, int lvl, in arm_v7s_prot_to_pte()
355 int prot = IOMMU_READ; in arm_v7s_pte_to_prot() local
419 unsigned long iova, phys_addr_t paddr, int prot, in arm_v7s_init_pte()
480 phys_addr_t paddr, size_t size, int prot, in __arm_v7s_map()
528 int prot, gfp_t gfp, size_t *mapped) in arm_v7s_map_pages()
562 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in arm_v7s_map()
H A Ddma-iommu.c452 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot() local
558 size_t size, int prot, u64 dma_mask) in __iommu_dma_map()
660 dma_addr_t *dma_handle, gfp_t gfp, pgprot_t prot, in iommu_dma_alloc_remap()
808 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_map_page() local
915 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg() local
1078 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages() local
1282 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iommu_dma_get_msi_page() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dima.h73 static inline int ima_file_mmap(struct file *file, unsigned long prot) in ima_file_mmap()
79 unsigned long prot) in ima_file_mprotect()
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h372 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags()
393 static inline int ata_is_atapi(u8 prot) in ata_is_atapi()
398 static inline int ata_is_nodata(u8 prot) in ata_is_nodata()
403 static inline int ata_is_pio(u8 prot) in ata_is_pio()
408 static inline int ata_is_dma(u8 prot) in ata_is_dma()
413 static inline int ata_is_ncq(u8 prot) in ata_is_ncq()
418 static inline int ata_is_data(u8 prot) in ata_is_data()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit_64.c367 pgprot_t prot; in __init_extra_mapping() local
449 pgprot_t prot, bool init) in phys_pte_init()
503 unsigned long page_size_mask, pgprot_t prot, bool init) in phys_pmd_init()
598 pgprot_t prot = _prot; in phys_pud_init() local
675 unsigned long page_size_mask, pgprot_t prot, bool init) in phys_p4d_init()
728 pgprot_t prot, bool init) in __kernel_physical_mapping_init()
784 unsigned long page_size_mask, pgprot_t prot) in kernel_physical_mapping_init()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dmman.h22 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dsyscall.c18 unsigned long prot, unsigned long flags, in old_mmap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c15 unsigned long prot, in igt_mmap_node()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dprocess.c142 int prot; in os_map_memory() local
156 int prot = ((r ? PROT_READ : 0) | (w ? PROT_WRITE : 0) | in os_protect_memory() local
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c213 enum kvm_pgtable_prot prot, in __host_stage2_idmap()
222 enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_R | KVM_PGTABLE_PROT_W; in host_stage2_idmap() local
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h309 #define pfn_pte(pfn, prot) __pte(((pfn) << (PAGE_SHIFT + 2)) | pgprot_val(prot)) argument
312 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) argument
313 #define pfn_pmd(pfn, prot) __pmd(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) argument
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-lboxre2/
H A Dsetup.c49 pgprot_t prot; in lboxre2_devices_setup() local
/OK3568_Linux_fs/kernel/arch/hexagon/mm/
H A Dioremap.c18 pgprot_t prot = __pgprot(_PAGE_PRESENT|_PAGE_READ|_PAGE_WRITE in ioremap() local
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c194 unsigned long end, pgprot_t prot, struct page **pages, int *nr, in vmap_pte_range()
222 unsigned long end, pgprot_t prot, struct page **pages, int *nr, in vmap_pmd_range()
240 unsigned long end, pgprot_t prot, struct page **pages, int *nr, in vmap_pud_range()
258 unsigned long end, pgprot_t prot, struct page **pages, int *nr, in vmap_p4d_range()
294 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
321 int map_kernel_range(unsigned long start, unsigned long size, pgprot_t prot, in map_kernel_range()
2397 unsigned long flags, pgprot_t prot) in vmap()
2429 pgprot_t prot; member
2452 void *vmap_pfn(unsigned long *pfns, unsigned int count, pgprot_t prot) in vmap_pfn()
2472 pgprot_t prot, int node) in __vmalloc_area_node()
[all …]
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dhighmem.c35 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dhighmem.c27 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot()
H A Dioremap_64.c8 pgprot_t prot, void *caller) in __ioremap_caller()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dvmem.c154 unsigned long prot, pages = 0; in modify_pte_table() local
211 unsigned long next, prot, pages = 0; in modify_pmd_table() local
313 unsigned long next, prot, pages = 0; in modify_pud_table() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_sun4v.c57 unsigned long prot; /* IOMMU page protections */ member
67 static inline void iommu_batch_start(struct device *dev, unsigned long prot, unsigned long entry) in iommu_batch_start()
89 unsigned long prot = p->prot; in iommu_batch_flush() local
186 unsigned long prot = 0; in dma_4v_alloc_coherent() local
365 unsigned long prot; in dma_4v_map_page() local
473 unsigned long flags, handle, prot; in dma_4v_map_sg() local

12345678910>>...18