Home
last modified time | relevance | path

Searched refs:psz (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsq.c150 unsigned int psz; in sq_remap() local
185 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in sq_remap()
188 psz, psz == 1 ? " " : "s", in sq_remap()
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c838 int psz = SZ_64K; in its_alloc_tables() local
846 int order = get_order(psz); in its_alloc_tables()
898 switch (psz) { in its_alloc_tables()
910 val |= (alloc_size / psz) - 1; in its_alloc_tables()
937 switch (psz) { in its_alloc_tables()
939 psz = SZ_4K; in its_alloc_tables()
942 psz = SZ_16K; in its_alloc_tables()
959 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_alloc_tables()