HomeSort by relevance Sort by last modified time
    Searched refs:pmd (Results 26 - 38 of 38) sorted by null

12

  /external/kernel-headers/original/asm-x86/
pgtable-2level.h 23 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd)
25 *pmdp = pmd;
pgtable_32.h 386 #define pmd_large(pmd) \
387 ((pmd_val(pmd) & (_PAGE_PSE|_PAGE_PRESENT)) == (_PAGE_PSE|_PAGE_PRESENT))
411 * the pmd page can be thought of an array like this: pmd_t[PTRS_PER_PMD]
413 * this macro returns the index of the entry in the pmd page which would
430 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT))
432 #define pmd_page_vaddr(pmd) \
433 ((unsigned long) __va(pmd_val(pmd) & PAGE_MASK))
438 * NOTE: the return type is pte_t but if the pmd is PSE then we return it
paravirt.h 228 pmd_t (*make_pmd)(unsigned long long pmd);
855 x.pmd, x.pmd >> 32);
892 pmdval.pmd, pmdval.pmd >> 32);
  /bionic/libc/kernel/arch-sh/asm/
pgtable_32.h 130 #define pmd_page_vaddr(pmd) ((unsigned long)pmd_val(pmd))
131 #define pmd_page(pmd) (virt_to_page(pmd_val(pmd)))
pgtable_64.h 35 #define pmd_page(pmd) (virt_to_page(pmd_val(pmd)))
  /external/kernel-headers/original/asm-arm/
tlbflush.h 360 * Flush a PMD entry (word aligned, or double-word aligned) to
362 * This is typically used when we are creating PMD entries.
368 * PMD entries.
370 static inline void flush_pmd_entry(pmd_t *pmd)
377 : : "r" (pmd));
383 static inline void clean_pmd_entry(pmd_t *pmd)
389 : : "r" (pmd));
  /external/openssl/crypto/ocsp/
ocsp_srv.c 87 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
92 if (pmd) *pmd = cid->hashAlgorithm->algorithm;
ocsp.h 466 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
  /external/clang/test/SemaCXX/
nullptr.cpp 159 template<int (*fp)(int), int* p, int A::* pmd, int (A::*pmf)(int)>
member-pointer.cpp 88 void (HasMembers::*pmd)() = &HasMembers::d;
  /external/openssl/crypto/pkcs7/
pk7_doit.c 639 static BIO *PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid)
649 BIO_get_md_ctx(bio,pmd);
650 if (*pmd == NULL)
655 if (EVP_MD_CTX_type(*pmd) == nid)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 454 PaletteMetadataDescriptor pmd = (PaletteMetadataDescriptor) descriptor; local
456 String name = pmd.getUiName();
  /external/openssl/include/openssl/
ocsp.h 466 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,

Completed in 417 milliseconds

12