Searched refs:HW_PAGE_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/powerpc/platforms/iseries/ |
D | hvlog.c | 25 left_this_page = ((cur & HW_PAGE_MASK) + HW_PAGE_SIZE) - cur; in HvCall_writeLogBuffer() 33 cur = (cur & HW_PAGE_MASK) + HW_PAGE_SIZE; in HvCall_writeLogBuffer()
|
D | viopath.c | 124 buf = kzalloc(HW_PAGE_SIZE, GFP_KERNEL); in proc_viopath_show() 128 handle = iseries_hv_map(buf, HW_PAGE_SIZE, DMA_FROM_DEVICE); in proc_viopath_show() 137 ((u64)handle) << 32, HW_PAGE_SIZE, 0, 0); in proc_viopath_show() 146 buf[HW_PAGE_SIZE-1] = '\0'; in proc_viopath_show() 149 iseries_hv_unmap(handle, HW_PAGE_SIZE, DMA_FROM_DEVICE); in proc_viopath_show()
|
D | dt.c | 243 pft_size[1] = __ilog2(HvCallHpt_getHptPages() * HW_PAGE_SIZE); in dt_cpus() 305 (u64)naca.xRamDisk + naca.xRamDiskSize * HW_PAGE_SIZE); in dt_initrd()
|
D | setup.c | 522 (naca.xRamDiskSize * HW_PAGE_SIZE); in iSeries_fixup_klimit()
|
/linux-2.6.39/arch/powerpc/mm/ |
D | stab.c | 200 entry < (HW_PAGE_SIZE / sizeof(struct stab_entry)); in switch_stab() 255 newstab = memblock_alloc_base(HW_PAGE_SIZE, HW_PAGE_SIZE, in stabs_alloc() 259 memset((void *)newstab, 0, HW_PAGE_SIZE); in stabs_alloc()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | page_64.h | 19 #define HW_PAGE_SIZE (ASM_CONST(1) << HW_PAGE_SHIFT) macro 20 #define HW_PAGE_MASK (~(HW_PAGE_SIZE-1))
|
/linux-2.6.39/arch/powerpc/kvm/ |
D | book3s.c | 48 #define HW_PAGE_SIZE PAGE_SIZE macro 504 for (i=hpage_offset; i < hpage_offset + (HW_PAGE_SIZE / 4); i++) in kvmppc_patch_dcbz()
|