Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsizes.h51 #define SZ_1T _AC(0x10000000000, ULL) macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-xgene.c466 if ((size > SZ_1K) && (size < SZ_1T) && !(*ib_reg_mask & (1 << 0))) { in xgene_pcie_select_ib_reg()
471 if ((size > SZ_1M) && (size < SZ_1T) && !(*ib_reg_mask & (1 << 2))) { in xgene_pcie_select_ib_reg()
/openbmc/linux/drivers/pci/
H A Dp2pdma.c173 .size = SZ_1T,
/openbmc/linux/arch/riscv/mm/
H A Dinit.c95 #define LOG2_SZ_1T ilog2(SZ_1T)
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c2279 return randomize_page(max_t(unsigned long, mm->brk, SZ_1T), SZ_1G); in arch_randomize_brk()