/external/clang/test/CodeGen/ |
2003-11-18-CondExprLValue.c | 5 void split_large_page(unsigned long addr, pgprot_t prot) 7 (addr ? prot : ((pgprot_t) { 0x001 } )).pgprot;
|
/external/clang/test/CXX/class.access/class.access.base/ |
p1.cpp | 12 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in class:test0::Base 20 prot++; 27 Base::prot++; member in class:test0::Test::Base 37 t->prot++; // expected-error {{protected member}} 44 t->Base::prot++; // expected-error {{protected member}} 61 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in class:test1::Base 69 prot++; 76 Base::prot++; member in class:test1::Test::Base 86 t->prot++; // expected-error {{protected member}} expected-error {{protected base class}} 94 t->Base::prot++; // expected-error 2 {{protected member}} expected-error {{protected base class} 112 int prot; \/\/ expected-note {{declared protected here}} \\ member in class:test2::Base 133 Base::prot++; member in class:test2::Test::Base [all...] |
/external/valgrind/main/helgrind/tests/ |
tc06_two_races.c | 9 int unprot1 = 0, unprot2 = 0, prot = 0; variable 16 prot ++; 33 prot ++;
|
/frameworks/rs/driver/linkloader/include/impl/ |
ELFSectionBits.hxx | 51 int prot = PROT_READ; local 54 prot |= PROT_WRITE; 58 prot |= PROT_EXEC; 61 return chunk.protect(prot);
|
/bionic/libc/bionic/ |
mmap.c | 35 void* mmap(void *addr, size_t size, int prot, int flags, int fd, long offset) 42 return __mmap2(addr, size, prot, flags, fd, (size_t)offset >> MMAP2_SHIFT);
|
/external/valgrind/main/coregrind/ |
pub_core_aspacemgr.h | 79 client with at least the permissions 'prot' ? To find out 81 VKI_PROT_NONE as 'prot'. Will return False if any part of the 86 // ( Addr start, SizeT len, UInt prot ); 93 ( Addr start, SizeT len, UInt prot ); 170 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset ); 176 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot ); 187 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ); 203 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset); 217 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset ); 219 ( Addr start, SizeT length, UInt prot, Int fd, Off64T offset, const HChar *name ) 384 UInt prot; \/\/ Not used for removed segs. member in struct:__anon16925 [all...] |
/external/kernel-headers/original/linux/ |
vmalloc.h | 44 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot); 46 pgprot_t prot); 48 pgprot_t prot, int node); 52 unsigned long flags, pgprot_t prot); 68 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
/external/grub/stage2/ |
vstafs.h | 58 struct prot struct 73 struct prot pprot;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmip.h | 108 uint8 prot; /* Protocol */ member in struct:ipv4_hdr 155 #define IPV6_EXTHDR(prot) (((prot) == IPV6_EXTHDR_HOP) || \ 156 ((prot) == IPV6_EXTHDR_ROUTING) || \ 157 ((prot) == IPV6_EXTHDR_FRAGMENT) || \ 158 ((prot) == IPV6_EXTHDR_AUTH) || \ 159 ((prot) == IPV6_EXTHDR_NONE) || \ 160 ((prot) == IPV6_EXTHDR_DEST))
|
/bionic/libc/kernel/arch-x86/asm/ |
pgtable-2level.h | 37 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 39 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable-2level.h | 37 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 39 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/external/skia/src/utils/android/ |
ashmem.h | 18 int ashmem_set_prot_region(int fd, int prot);
|
/frameworks/rs/driver/linkloader/include/ |
MemChunk.h | 37 bool protect(int prot);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
pgtable-2level.h | 29 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 30 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
pgtable-2level.h | 29 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 30 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 29 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 30 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable-2level.h | 29 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 30 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 29 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 30 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable-2level.h | 37 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 39 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable-2level.h | 37 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 39 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
|
/system/core/include/cutils/ |
ashmem.h | 20 int ashmem_set_prot_region(int fd, int prot);
|
/external/tcpdump/ |
print-gre.c | 122 u_int16_t flags, prot; local 134 prot = EXTRACT_16BITS(bp); 197 tok2str(ethertype_values,"unknown",prot), 198 prot); 207 switch (prot) { 229 printf("gre-proto-0x%x", prot); 241 u_int16_t flags, prot; local 253 prot = EXTRACT_16BITS(bp); 290 tok2str(ethertype_values,"unknown",prot), 291 prot); [all...] |
/frameworks/rs/driver/linkloader/lib/ |
MemChunk.cpp | 83 bool MemChunk::protect(int prot) { 85 int ret = mprotect((void *)buf, buf_size, prot); 91 if (prot & PROT_EXEC) {
|
/external/oprofile/module/x86/ |
op_fixmap.c | 43 pgprot_t prot; local 51 prot = PAGE_KERNEL; 53 pgprot_val(prot) |= _PAGE_PCD; 55 pgprot_val(prot) |= _PAGE_GLOBAL; 56 set_pte(pte, mk_pte_phys(phys, prot));
|
/external/kernel-headers/original/asm-arm/ |
pgtable.h | 222 #define pfn_pte(pfn,prot) (__pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))) 271 * Mark the prot value as uncacheable and unbufferable. 273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE)) 274 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~L_PTE_CACHEABLE) 315 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) 373 * remap a physical page `pfn' of size `size' with page protection `prot' [all...] |