HomeSort by relevance Sort by last modified time
    Searched refs:mfn (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/include/vki/
vki-xen-mmuext.h 30 vki_xen_pfn_t mfn; member in union:vki_xen_mmuext_op::__anon16681
vki-linux.h 3109 __vki_u64 mfn; member in struct:vki_xen_privcmd_mmap_entry
    [all...]
  /external/clang/test/SemaCXX/
const-cast.cpp 62 void (A::*mfn)() = 0;
63 (void)const_cast<void (A::*)()>(mfn); // expected-error-re {{const_cast to 'void (A::*)(){{( __attribute__\(\(thiscall\)\))?}}', which is not a reference, pointer-to-object, or pointer-to-data-member}}
class.cpp 71 mutable void mfn(); // expected-error {{'mutable' cannot be applied to functions}}
  /bionic/libc/kernel/uapi/xen/
privcmd.h 32 __u64 mfn; member in struct:privcmd_mmap_entry
  /external/kernel-headers/original/uapi/xen/
privcmd.h 47 __u64 mfn; member in struct:privcmd_mmap_entry
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 231 PRE_MEM_READ("__HYPERVISOR_MMUEXT_OP arg1.mfn",
232 (Addr)&op->arg1.mfn,
233 sizeof(op->arg1.mfn));
239 PRE_MEM_READ("__HYPERVISOR_MMUEXT_OP arg1.mfn",
    [all...]

Completed in 135 milliseconds