Lines Matching refs:__hv64
336 typedef u64 __hv64; /**< 64-bit value */ typedef
340 typedef uint64_t __hv64; /**< 64-bit value */ typedef
345 typedef __hv64 HV_PhysAddr;
349 typedef __hv64 HV_VirtAddr;
370 __hv64 val; /**< Value of PTE */
698 __hv64 tm_sec; /**< Seconds, 0-59 */
699 __hv64 tm_min; /**< Minutes, 0-59 */
700 __hv64 tm_hour; /**< Hours, 0-23 */
701 __hv64 tm_mday; /**< Day of month, 0-30 */
702 __hv64 tm_mon; /**< Month, 0-11 */
703 __hv64 tm_year; /**< Years since 1900, 0-199 */
704 __hv64 flags; /**< Return flags, 0 if no error */
997 __hv64 size; /**< Size in bytes. */
1067 __hv64 speed; /**< Speed of this controller in bytes per second. */
1099 __hv64 size; /**< Size in bytes. */
1417 __hv64 opaque[2]; /**< No user-serviceable parts inside */
1668 __hv64 offset);
1711 __hv64 offset);
1716 typedef __hv64 HV_IntArg;
1838 HV_NMI_Info hv_send_nmi(HV_Coord tile, unsigned long info, __hv64 flags);
1900 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg);
1946 HV_SGL sgl[/* sgl_len */], __hv64 offset, HV_IntArg intarg);
2460 pte.val |= (__hv64) val << HV_PTE_INDEX_PTFN; in hv_pte_set_ptfn()
2468 return (__hv64) hv_pte_get_ptfn(pte) << HV_LOG2_PAGE_TABLE_ALIGN; in hv_pte_get_pa()