P4SEG_STORE_QUE 60 arch/sh/include/asm/addrspace.h #define P3_ADDR_MAX (P4SEG_STORE_QUE + 0x04000000) P4SEG_STORE_QUE 25 arch/sh/include/cpu-sh4/cpu/sq.h #define SQ_ADDRMAX (P4SEG_STORE_QUE + 0x04000000) P4SEG_STORE_QUE 44 arch/sh/kernel/cpu/sh4/sq.c (void)__raw_readl(P4SEG_STORE_QUE); \ P4SEG_STORE_QUE 45 arch/sh/kernel/cpu/sh4/sq.c __raw_writel(0, P4SEG_STORE_QUE + 0); \ P4SEG_STORE_QUE 46 arch/sh/kernel/cpu/sh4/sq.c __raw_writel(0, P4SEG_STORE_QUE + 8); \ P4SEG_STORE_QUE 176 arch/sh/kernel/cpu/sh4/sq.c map->sq_addr = P4SEG_STORE_QUE + (page << PAGE_SHIFT); P4SEG_STORE_QUE 221 arch/sh/kernel/cpu/sh4/sq.c page = (map->sq_addr - P4SEG_STORE_QUE) >> PAGE_SHIFT;