Home
last modified time | relevance | path

Searched defs:prot (Results 226 – 250 of 499) sorted by relevance

12345678910>>...20

/openbmc/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c122 int prot, ret; in thread_mutate() local
/openbmc/linux/tools/testing/selftests/mm/
H A Dmkdirty.c62 static char *mmap_thp_range(int prot, char **_mmap_mem, size_t *_mmap_size) in mmap_thp_range()
/openbmc/linux/arch/arm64/mm/
H A Dfixmap.c131 void *__init fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in fixmap_remap_fdt()
/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c99 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) in cea_map_percpu_pages()
H A Dmmap.c238 bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot) in pfn_modify_allowed()
H A Dinit.c92 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP]; in x86_has_pat_wp() local
536 unsigned long end, pgprot_t prot) in init_memory_mapping()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c180 int flag, prot, sect, count; in flash_erase() local
/openbmc/linux/include/linux/
H A Delf.h104 static inline int arch_elf_adjust_prot(int prot, in arch_elf_adjust_prot()
/openbmc/qemu/util/
H A Dmmap-alloc.c191 const int prot = PROT_READ | (readonly ? 0 : PROT_WRITE); in mmap_activate() local
/openbmc/linux/io_uring/
H A During_cmd.c172 struct proto *prot = READ_ONCE(sk->sk_prot); in io_uring_cmd_sock() local
/openbmc/linux/net/smc/
H A Dsmc_diag.c191 static int smc_diag_dump_proto(struct proto *prot, struct sk_buff *skb, in smc_diag_dump_proto()
/openbmc/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) argument
/openbmc/qemu/target/avr/
H A Dhelper.c111 int prot, page_size = TARGET_PAGE_SIZE; in avr_cpu_tlb_fill() local
/openbmc/qemu/linux-user/
H A Dlinuxload.c223 abi_long imgsrc_mmap(abi_ulong start, abi_ulong len, int prot, in imgsrc_mmap()
/openbmc/qemu/target/ppc/
H A Dinternal.h240 static inline int check_prot_access_type(int prot, MMUAccessType access_type) in check_prot_access_type()
H A Dmmu-hash64.c406 int prot = 0; in ppc_hash64_pte_prot() local
466 int prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in ppc_hash64_amr_prot() local
993 int exec_prot, pp_prot, amr_prot, prot; in ppc_hash64_xlate() local
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h313 #define pgprot_cacheable(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WB) argument
314 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) argument
315 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) argument
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c300 pgprot_t prot; in create_physical_mapping() local
870 pgprot_t prot) in radix__create_section_mapping()
1542 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge()
1589 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c268 static u32 rk_mk_pte(phys_addr_t page, int prot) in rk_mk_pte()
288 static u32 rk_mk_pte_v2(phys_addr_t page, int prot) in rk_mk_pte_v2()
776 phys_addr_t paddr, size_t size, int prot) in rk_iommu_map_iova()
820 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in rk_iommu_map()
/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.h61 compat_int_t prot; /* prot flags for mmap */ member
/openbmc/u-boot/board/cobra5272/
H A Dflash.c131 int iflag, cflag, prot, sect; in flash_erase() local
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-lpc-ctrl.c53 pgprot_t prot = vma->vm_page_prot; in aspeed_lpc_ctrl_mmap() local
/openbmc/linux/arch/arm/mm/
H A Dfault-armv.c246 pgprot_t prot = __pgprot_modify(PAGE_KERNEL, in check_writebuffer_bugs() local
/openbmc/u-boot/tools/
H A Dkwboot.c573 kwboot_mmap_image(const char *path, size_t *size, int prot) in kwboot_mmap_image()
711 int rv, rc, tty, term, prot, patch; in main() local
/openbmc/linux/mm/
H A Dhighmem.c538 void *__kmap_local_pfn_prot(unsigned long pfn, pgprot_t prot) in __kmap_local_pfn_prot()
564 void *__kmap_local_page_prot(struct page *page, pgprot_t prot) in __kmap_local_page_prot()

12345678910>>...20