| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | sun50i-iommu.c | 269 static u32 sun50i_mk_pte(phys_addr_t page, int prot) in sun50i_mk_pte() 522 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in sun50i_iommu_map() 791 unsigned prot) in sun50i_iommu_report_fault()
|
| H A D | virtio-iommu.c | 426 unsigned long prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_add_resv_mem() local 727 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in viommu_map() 823 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_get_resv_regions() local
|
| H A D | fsl_pamu.c | 324 u32 subwin_cnt, int prot) in pamu_config_ppaace() 416 u32 snoopid, u32 stashid, int enable, int prot) in pamu_config_spaace()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 350 #define pgprot_cacheable(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WB) argument 351 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) argument 352 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) argument
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 192 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range() 492 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_checked() 542 unsigned long size, pgprot_t prot) in vmcore_remap_oldmem_pfn()
|
| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 132 int iflag, cflag, prot, sect; in flash_erase() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | sys_ppc32.c | 52 unsigned long prot, unsigned long flags, in compat_sys_mmap2()
|
| H A D | io-workarounds.c | 153 pgprot_t prot, void *caller) in iowa_ioremap()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_diag.c | 204 static int smc_diag_dump_proto(struct proto *prot, struct sk_buff *skb, in smc_diag_dump_proto()
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | compat_ioctl.h | 61 compat_int_t prot; /* prot flags for mmap */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-api.c | 154 pgprot_t prot; in coproc_mmap() local
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 399 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting() 418 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type() 1308 static int arpentry_matches_prot(struct qeth_arp_entrytype *type, __u16 prot) in arpentry_matches_prot() 1394 enum qeth_prot_versions prot, in qeth_l3_query_arp_cache_info()
|
| H A D | qeth_core_main.c | 3101 enum qeth_prot_versions prot, in qeth_ipa_alloc_cmd() 3292 enum qeth_prot_versions prot) in qeth_query_ipassists() 5433 u16 prot = (l3_hdr->flags & QETH_HDR_IPV6) ? ETH_P_IPV6 : in qeth_l3_rebuild_skb() local 6036 enum qeth_prot_versions prot) in qeth_get_setassparms_cmd() 6063 enum qeth_prot_versions prot) in qeth_send_simple_setassparms_prot() 6575 enum qeth_prot_versions prot) in qeth_set_csum_off() 6582 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_csum_on() 6642 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_ipa_csum() 6663 enum qeth_prot_versions prot) in qeth_set_tso_off() 6670 enum qeth_prot_versions prot) in qeth_set_tso_on() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 842 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() 849 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot) in pgprot_noncached_wc() 856 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() 862 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() 1045 static inline int map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in map_kernel_page()
|
| H A D | hash-4k.h | 74 #define remap_4k_pfn(vma, addr, pfn, prot) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ |
| H A D | ashmem.c | 356 static inline vm_flags_t calc_vm_may_flags(unsigned long prot) in calc_vm_may_flags() 539 static int set_prot_mask(struct ashmem_area *asma, unsigned long prot) in set_prot_mask()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmap.c | 104 static inline pgprot_t arch_filter_pgprot(pgprot_t prot) in arch_filter_pgprot() 1471 unsigned long len, unsigned long prot, in do_mmap() 1658 unsigned long prot, unsigned long flags, in ksys_mmap_pgoff() 1708 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument 1718 unsigned long prot; member 3098 unsigned long, prot, unsigned long, pgoff, unsigned long, flags) in SYSCALL_DEFINE5() argument
|
| H A D | util.c | 531 unsigned long len, unsigned long prot, in vm_mmap_pgoff() 555 unsigned long len, unsigned long prot, in vm_mmap()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgtable.c | 27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() 37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() 614 pte_t *ptep, int prot, unsigned long bit) in ptep_force_prot()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | pkey-x86.h | 176 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect_subpage()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | map.h | 27 u32 prot; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | r4kcache.h | 294 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 190 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 41 unsigned long prot, unsigned long flags, in sys_mmap2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_ttm.c | 130 pgprot_t prot; in nouveau_ttm_fault() local
|