PT_SIZE            24 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE            90 arch/microblaze/kernel/ptrace.c 		if (addr >= PT_SIZE && request == PTRACE_PEEKUSR) {
PT_SIZE           105 arch/microblaze/kernel/ptrace.c 		} else if (addr < PT_SIZE && (addr & 0x3) == 0) {
PT_SIZE            20 arch/mips/include/asm/pm.h 	subu	sp, PT_SIZE
PT_SIZE            59 arch/mips/include/asm/pm.h 	 addiu	sp, PT_SIZE
PT_SIZE           238 arch/mips/include/asm/stackframe.h 		PTR_SUBU sp, PT_SIZE
PT_SIZE            74 arch/mips/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE            54 arch/openrisc/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE           227 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE            73 arch/riscv/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE            66 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
PT_SIZE            17 drivers/gpu/drm/etnaviv/etnaviv_iommu.c #define PT_ENTRIES	(PT_SIZE / sizeof(u32))
PT_SIZE            39 drivers/gpu/drm/etnaviv/etnaviv_iommu.c 	dma_free_wc(context->global->dev, PT_SIZE, v1_context->pgtable_cpu,
PT_SIZE            78 drivers/gpu/drm/etnaviv/etnaviv_iommu.c 	return PT_SIZE;
PT_SIZE            86 drivers/gpu/drm/etnaviv/etnaviv_iommu.c 	memcpy(buf, v1_context->pgtable_cpu, PT_SIZE);
PT_SIZE           148 drivers/gpu/drm/etnaviv/etnaviv_iommu.c 	v1_context->pgtable_cpu = dma_alloc_wc(global->dev, PT_SIZE,