Home
last modified time | relevance | path

Searched defs:prot (Results 201 – 225 of 499) sorted by relevance

12345678910>>...20

/openbmc/linux/arch/powerpc/mm/
H A Dpgtable_32.c73 int __ref map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot) in map_kernel_page()
/openbmc/linux/arch/s390/kernel/
H A Dsyscall.c50 unsigned long prot; member
/openbmc/linux/net/vmw_vsock/
H A Dvsock_bpf.c125 static void vsock_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in vsock_bpf_rebuild_protos()
/openbmc/qemu/hw/xen/
H A Dxen-operations.c46 int prot = to_domain ? PROT_WRITE : PROT_READ; in libxengnttab_fallback_grant_copy() local
193 static void *libxenforeignmem_backend_map(uint32_t dom, void *addr, int prot, in libxenforeignmem_backend_map()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h213 #define pfn_pmd(pfn,prot) (__pmd(((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(prot))) argument
214 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) argument
/openbmc/linux/drivers/infiniband/core/
H A Dib_core_uverbs.c68 unsigned long pfn, unsigned long size, pgprot_t prot, in rdma_user_mmap_io()
/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h90 #define remap_4k_pfn(vma, addr, pfn, prot) \ argument
/openbmc/linux/net/ipv4/
H A Dudp_bpf.c114 static void udp_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in udp_bpf_rebuild_protos()
/openbmc/qemu/target/cris/
H A Dhelper.c58 int prot, miss; in cris_cpu_tlb_fill() local
/openbmc/linux/arch/x86/include/asm/
H A Defi.h296 #define __efi64_argmap_hash_log_extend_event(prot, fl, addr, size, ev) \ argument
307 #define __efi64_argmap_open(prot, newh, fname, mode, attr) \ argument
314 #define __efi64_argmap_open_volume(prot, file) \ argument
/openbmc/linux/arch/sh/mm/
H A Dnommu.c96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
/openbmc/linux/arch/x86/kernel/
H A Dsys_x86_64.c87 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
/openbmc/qemu/target/microblaze/
H A Dhelper.c47 int prot; in mb_cpu_tlb_fill() local
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c29 struct sg_table *sgt, size_t len, int prot) in msm_gpummu_map()
H A Dmsm_iommu.c116 struct sg_table *sgt, size_t len, int prot) in msm_iommu_pagetable_map()
362 struct sg_table *sgt, size_t len, int prot) in msm_iommu_map()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_cookie.c113 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c891 unsigned long vmaddr, int prot) in gmap_pte_op_fixup()
977 pmd_t *pmdp, int prot, unsigned long bits) in gmap_protect_pmd()
1022 pmd_t *pmdp, int prot, unsigned long bits) in gmap_protect_pte()
1058 unsigned long len, int prot, unsigned long bits) in gmap_protect_range()
1118 unsigned long len, int prot) in gmap_mprotect_notify()
2142 int prot; in gmap_shadow_page() local
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c1525 static inline void __set_pfn_prot(unsigned long pfn, pgprot_t prot) in __set_pfn_prot()
1643 static void __init set_page_prot_flags(void *addr, pgprot_t prot, in set_page_prot_flags()
1652 static void __init set_page_prot(void *addr, pgprot_t prot) in set_page_prot()
2027 static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) in xen_set_fixmap()
2413 pgprot_t prot; member
2442 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, in xen_remap_pfn()
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c405 unsigned long phys, enum kvm_pgtable_prot prot) in __create_hyp_mappings()
574 int create_hyp_mappings(void *from, void *to, enum kvm_pgtable_prot prot) in create_hyp_mappings()
663 enum kvm_pgtable_prot prot) in __create_hyp_private_mapping()
1071 enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_DEVICE | in kvm_phys_addr_ioremap() local
1412 enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_R; in user_mem_abort() local
/openbmc/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c217 int prot = 0; in main() local
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c185 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap2()
195 unsigned long prot, unsigned long flags, unsigned long fd, in sys_mmap()
/openbmc/linux/arch/x86/mm/
H A Dioremap.c194 pgprot_t prot; in __ioremap_caller() local
787 pgprot_t prot) in early_memremap_pgprot_adjust()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c277 int nid, pgprot_t prot) in create_section_mapping()
638 unsigned long prot; in vm_get_page_prot() local
/openbmc/u-boot/common/
H A Dupdate.c100 static int update_flash_protect(int prot, ulong addr_first, ulong addr_last) in update_flash_protect()
/openbmc/u-boot/include/faraday/
H A Dftpci100.h16 unsigned int prot; /* 0x04 - AHB Protection */ member

12345678910>>...20