Searched refs:LS_SIZE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dlscsa_alloc.c46 for (p = lscsa->ls; p < lscsa->ls + LS_SIZE; p += PAGE_SIZE)
60 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE)
124 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE)
150 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE)
H A Dspu_save.c28 #ifndef LS_SIZE
29 #define LS_SIZE 0x40000 /* 256K (in bytes) */ macro
H A Dspu_restore.c28 #ifndef LS_SIZE
29 #define LS_SIZE 0x40000 /* 256K (in bytes) */ macro
H A Dcontext.c136 unmap_mapping_range(ctx->local_store, 0, LS_SIZE, 1);
H A Dfile.c193 LS_SIZE);
223 if (pos > LS_SIZE)
225 if (size > LS_SIZE - pos)
226 size = LS_SIZE - pos;
267 if (offset >= LS_SIZE)
2657 { "mem", &spufs_mem_fops, 0666, LS_SIZE, },
2698 { "mem", &spufs_mem_fops, 0666, LS_SIZE, },
2732 { "mem", __spufs_mem_read, NULL, LS_SIZE, },
H A Drun.c320 if (ls_pointer > (LS_SIZE - sizeof(s)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h103 unsigned char ls[LS_SIZE] __attribute__((aligned(65536)));
H A Dspu.h30 #define LS_SIZE (256 * 1024) macro
31 #define LS_ADDR_MASK (LS_SIZE - 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dspu.c218 LS_SIZE, _PAGE_NO_CACHE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c3127 if (addr >= ls_addr + LS_SIZE) {

Completed in 201 milliseconds