Lines Matching refs:uint64_t
61 static uint64_t last_notified_mask = 0x0ul;
254 static void opal_do_notifier(uint64_t events) in opal_do_notifier()
257 uint64_t changed_mask; in opal_do_notifier()
275 void opal_notifier_update_evt(uint64_t evt_mask, in opal_notifier_update_evt()
276 uint64_t evt_val) in opal_notifier_update_evt()
487 uint64_t ea = get_mce_fault_addr(evt); in opal_recover_mce()
581 static uint64_t find_recovery_address(uint64_t nip) in find_recovery_address()
594 uint64_t recover_addr = 0; in opal_mce_check_early_recovery()
671 uint64_t size; in opal_dump_region_init()
899 uint64_t data = vmalloc_to_pfn(vmalloc_addr) << PAGE_SHIFT; in opal_vmalloc_to_sg_list()
900 uint64_t length = min(vmalloc_size, PAGE_SIZE); in opal_vmalloc_to_sg_list()
937 uint64_t next = be64_to_cpu(sg->next); in opal_free_sg_list()