Searched refs:LS_SIZE (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/platforms/cell/spufs/ |
D | lscsa_alloc.c | 45 for (p = lscsa->ls; p < lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_alloc_lscsa() 59 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_free_lscsa()
|
D | spu_save.c | 28 #ifndef LS_SIZE 29 #define LS_SIZE 0x40000 /* 256K (in bytes) */ macro
|
D | spu_restore.c | 28 #ifndef LS_SIZE 29 #define LS_SIZE 0x40000 /* 256K (in bytes) */ macro
|
D | context.c | 136 unmap_mapping_range(ctx->local_store, 0, LS_SIZE, 1); in spu_unmap_mappings()
|
D | file.c | 193 LS_SIZE); in __spufs_mem_read() 221 if (pos > LS_SIZE) in spufs_mem_write() 229 size = simple_write_to_buffer(local_store, LS_SIZE, ppos, buffer, size); in spufs_mem_write() 243 if (offset >= LS_SIZE) in spufs_mem_mmap_fault() 2569 { "mem", &spufs_mem_fops, 0666, LS_SIZE, }, 2610 { "mem", &spufs_mem_fops, 0666, LS_SIZE, }, 2644 { "mem", __spufs_mem_read, NULL, LS_SIZE, },
|
D | run.c | 321 if (ls_pointer > (LS_SIZE - sizeof(s))) in spu_process_callback()
|
/arch/powerpc/include/asm/ |
D | spu_csa.h | 103 unsigned char ls[LS_SIZE] __attribute__((aligned(65536)));
|
D | spu.h | 33 #define LS_SIZE (256 * 1024) macro 34 #define LS_ADDR_MASK (LS_SIZE - 1)
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 219 LS_SIZE, pgprot_val(pgprot_noncached_wc(__pgprot(0)))); in setup_areas()
|
/arch/powerpc/xmon/ |
D | xmon.c | 3773 if (addr >= ls_addr + LS_SIZE) { in dump_spu_ls()
|