Searched refs:prot (Results 1 - 25 of 246) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dunmap.c12 static inline _syscall6(void *,mmap2,void *,addr,size_t,len,int,prot,int,flags,int,fd,off_t,offset)
13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
18 if(mmap2(to, size, prot, MAP_SHARED | MAP_FIXED, fd, 0) == (void*) -1 ){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dunmap.c12 static inline _syscall6(void *,mmap,void *,addr,size_t,len,int,prot,int,flags,int,fd,off_t,offset)
13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
18 if(mmap(to, size, prot, MAP_SHARED | MAP_FIXED, fd, 0) == (void*) -1){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/skas/
H A Dproc_mm.h17 unsigned long prot; member in struct:mm_mmap
31 unsigned int prot; member in struct:mm_mprotect
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dmem_user.c20 int data, prot; local
22 if(w) prot = PROT_WRITE;
23 else prot = 0;
24 prot |= PROT_READ | PROT_EXEC;
34 if(switcheroo(data, prot, addr, segment_start, size) < 0){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmman.h47 * Combine the mmap "prot" argument into "vm_flags" used internally.
50 calc_vm_prot_bits(unsigned long prot) argument
52 return _calc_vm_trans(prot, PROT_READ, VM_READ ) |
53 _calc_vm_trans(prot, PROT_WRITE, VM_WRITE) |
54 _calc_vm_trans(prot, PROT_EXEC, VM_EXEC );
H A Dvmalloc.h45 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot);
47 pgprot_t prot);
51 unsigned long flags, pgprot_t prot);
68 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable-2level.h42 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
43 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/renesas/hs7751rvoip/
H A Dsetup.c44 pgprot_t prot; local
49 prot = PAGE_KERNEL_PCC(1, _PAGE_PCC_COM16);
50 area5_io16_base = p3_ioremap(paddrbase, PAGE_SIZE, prot.pgprot);
59 prot = PAGE_KERNEL_PCC(0, _PAGE_PCC_COM8);
61 prot = PAGE_KERNEL_PCC(0, _PAGE_PCC_IO8);
63 area6_io8_base = p3_ioremap(paddrbase, PAGE_SIZE, prot.pgprot);
68 prot = PAGE_KERNEL_PCC(0, _PAGE_PCC_IO16);
69 area6_io16_base = p3_ioremap(paddrbase, PAGE_SIZE, prot.pgprot);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dtlb.h17 unsigned int prot; member in struct:host_vm_op::__anon3789::__anon3790
28 unsigned int prot; member in struct:host_vm_op::__anon3789::__anon3792
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dioremap.c15 unsigned long end, unsigned long phys_addr, pgprot_t prot)
26 set_pte_at(&init_mm, addr, pte, pfn_pte(pfn, prot));
33 unsigned long end, unsigned long phys_addr, pgprot_t prot)
44 if (ioremap_pte_range(pmd, addr, next, phys_addr + addr, prot))
51 unsigned long end, unsigned long phys_addr, pgprot_t prot)
62 if (ioremap_pmd_range(pud, addr, next, phys_addr + addr, prot))
69 unsigned long end, unsigned long phys_addr, pgprot_t prot)
83 err = ioremap_pud_range(pgd, addr, next, phys_addr+addr, prot);
14 ioremap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, unsigned long phys_addr, pgprot_t prot) argument
32 ioremap_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, unsigned long phys_addr, pgprot_t prot) argument
50 ioremap_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long phys_addr, pgprot_t prot) argument
68 ioremap_page_range(unsigned long addr, unsigned long end, unsigned long phys_addr, pgprot_t prot) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dpgtable.h128 #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
129 remap_pfn_range(vma, vaddr, pfn, size, prot)
150 #define pgprot_noncached(prot) \
152 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE)) \
154 ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030)) \
156 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
157 : (prot)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dprotocol.h81 struct proto *prot; member in struct:inet_protosw
102 extern int inet_add_protocol(struct net_protocol *prot, unsigned char num);
103 extern int inet_del_protocol(struct net_protocol *prot, unsigned char num);
108 extern int inet6_add_protocol(struct inet6_protocol *prot, unsigned char num);
109 extern int inet6_del_protocol(struct inet6_protocol *prot, unsigned char num);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c27 unsigned long offset, pgprot_t prot,
42 entry = mk_pte_io(offset, prot, space, PAGE_SIZE);
48 entry = mk_pte_io(offset, prot, space,
56 entry = mk_pte_io(offset, prot, space,
63 entry = mk_pte_io(offset, prot, space,
85 unsigned long offset, pgprot_t prot, int space)
98 io_remap_pte_range(mm, pte, address, end - address, address + offset, prot, space);
107 unsigned long offset, pgprot_t prot, int space)
120 io_remap_pmd_range(mm, pmd, address, end - address, address + offset, prot, space);
128 unsigned long pfn, unsigned long size, pgprot_t prot)
24 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
84 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
106 io_remap_pud_range(struct mm_struct *mm, pud_t * pud, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
127 io_remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dsyscalls.h24 unsigned long prot, unsigned long flags,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dpgtable-2level.h41 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot))
42 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dprotocol.c55 int inet_add_protocol(struct net_protocol *prot, unsigned char protocol) argument
65 inet_protos[hash] = prot;
77 int inet_del_protocol(struct net_protocol *prot, unsigned char protocol) argument
84 if (inet_protos[hash] == prot) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dprotocol.c45 int inet6_add_protocol(struct inet6_protocol *prot, unsigned char protocol) argument
54 inet6_protos[hash] = prot;
69 int inet6_del_protocol(struct inet6_protocol *prot, unsigned char protocol) argument
75 if (inet6_protos[hash] != prot) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dgeneric.c26 unsigned long offset, pgprot_t prot, int space)
35 set_pte_at(mm, address, pte, mk_pte_io(offset, prot, space));
43 unsigned long offset, pgprot_t prot, int space)
56 io_remap_pte_range(mm, pte, address, end - address, address + offset, prot, space);
64 unsigned long pfn, unsigned long size, pgprot_t prot)
88 error = io_remap_pmd_range(mm, pmd, from, end - from, offset + from, prot, space);
25 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
42 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
63 io_remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davio.c33 if(h->prot) return h->prot->name;
86 uc->prot = up;
148 ret = h->prot->url_read(h, buf, size);
160 ret = h->prot->url_write(h, buf, size);
168 if (!h->prot->url_seek)
170 ret = h->prot->url_seek(h, pos, whence);
179 if (h->prot->url_close)
180 ret = h->prot->url_close(h);
234 if (!h->prot
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dcacheflush.h28 int change_page_attr(struct page *page, int numpages, pgprot_t prot);
29 int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dex.S33 .long exception_error ! tlb prot violation load
34 .long exception_error ! tlb prot violation store
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsys_bfin.c67 unsigned long prot, unsigned long flags,
81 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
91 unsigned long prot, unsigned long flags,
94 return do_mmap2(addr, len, prot, flags, fd, pgoff);
66 do_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) argument
90 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dpgtable-2level.h70 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
71 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/lboxre2/
H A Dsetup.c53 pgprot_t prot; local
59 prot = PAGE_KERNEL_PCC( 1 , _PAGE_PCC_IO16);
60 cf0_io_base = (u32)p3_ioremap(paddrbase, psize, prot.pgprot);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/mm/
H A Dpageattr.c38 static struct page *split_large_page(unsigned long address, pgprot_t prot, argument
59 addr == address ? prot : ref_prot);
126 __change_page_attr(unsigned long address, unsigned long pfn, pgprot_t prot, argument
135 if (pgprot_val(prot) != pgprot_val(ref_prot)) {
137 set_pte(kpte, pfn_pte(pfn, prot));
145 split = split_large_page(address, prot, ref_prot2);
182 int change_page_attr_addr(unsigned long address, int numpages, pgprot_t prot) argument
197 if (!kernel_map || pte_present(pfn_pte(0, prot))) {
198 err = __change_page_attr(address, pfn, prot, PAGE_KERNEL);
209 prot2 = pte_pgprot(pte_mkexec(pfn_pte(0, prot)));
219 change_page_attr(struct page *page, int numpages, pgprot_t prot) argument
[all...]

Completed in 371 milliseconds

12345678910