Home
last modified time | relevance | path

Searched refs:TM_SHIFT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c341 xive->tm_base + XIVE_TM_USER_PAGE * (1 << TM_SHIFT)); in spapr_xive_realize()
347 xive, "xive.tima", 4ull << TM_SHIFT); in spapr_xive_realize()
745 XIVE_TM_USER_PAGE * (1ull << TM_SHIFT)); in spapr_xive_dt()
746 timas[1] = cpu_to_be64(1ull << TM_SHIFT); in spapr_xive_dt()
748 XIVE_TM_OS_PAGE * (1ull << TM_SHIFT)); in spapr_xive_dt()
749 timas[3] = cpu_to_be64(1ull << TM_SHIFT); in spapr_xive_dt()
H A Dspapr_xive_kvm.c724 size_t tima_len = 4ull << TM_SHIFT; in kvmppc_xive_connect()
845 munmap(xive->tm_mmap, 4ull << TM_SHIFT); in kvmppc_xive_disconnect()
H A Dxive.c307 uint8_t page_offset = (offset >> TM_SHIFT) & 0x3; in xive_tm_mask()
644 uint8_t page_offset = (offset >> TM_SHIFT) & 0x3; in xive_tm_find_op()
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h49 #define TM_SHIFT 16 macro
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c38 #define TM_SHIFT 7 macro
39 #define TM_ALIGN BIT(TM_SHIFT)