Searched refs:PAGE_SIZE (Results 226 - 250 of 784) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei_ulp2_ddp.h36 #define CXGBEI_PAGE_MASK (~(PAGE_SIZE-1))
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c175 if (shm && (SHMLBA > PAGE_SIZE)) {
373 (map->offset + map->size <= entry->bound + entry->pages * PAGE_SIZE)) {
405 align = PAGE_SIZE;
713 total = PAGE_SIZE << page_order;
733 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
808 byte_count += PAGE_SIZE << page_order;
891 total = PAGE_SIZE << page_order;
956 dmah = drm_pci_alloc(dev, PAGE_SIZE << page_order, 0x1000, BUS_SPACE_MAXADDR);
972 (unsigned long)dmah->vaddr + PAGE_SIZE * i);
974 = (unsigned long)dmah->vaddr + PAGE_SIZE *
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Duio_machdep.c88 cnt = min(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/amd64/amd64/
H A Duio_machdep.c88 cnt = min(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/arm/arm/
H A Duio_machdep.c88 cnt = min(cnt, PAGE_SIZE - page_offset);
H A Dgenassym.c144 ASSYM(PAGE_SIZE, PAGE_SIZE);
/freebsd-11-stable/sys/dev/agp/
H A Dagp_nvidia.c220 AGP_GET_APERTURE(dev)) / PAGE_SIZE;
374 pages = sc->gatt->ag_entries * sizeof(u_int32_t) / PAGE_SIZE;
376 temp = ag_virtual[i * PAGE_SIZE / sizeof(u_int32_t)];
378 temp = ag_virtual[i * PAGE_SIZE / sizeof(u_int32_t)];
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pspinlock.c42 _Static_assert(sizeof(struct pthread_spinlock) <= PAGE_SIZE,
/freebsd-11-stable/sys/powerpc/powerpc/
H A Duio_machdep.c92 cnt = min(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/riscv/riscv/
H A Duio_machdep.c88 cnt = min(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtlb.c138 for (va = start; va < end; va += PAGE_SIZE) {
H A Duio_machdep.c93 cnt = ulmin(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/mips/include/
H A Dpte.h119 #define TLBHI_PAGE_MASK (2 * PAGE_SIZE - 1)
/freebsd-11-stable/sys/mips/mips/
H A Duio_machdep.c92 cnt = ulmin(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_arm.c94 stackend = (uintptr_t) td->td_kstack + td->td_kstack_pages * PAGE_SIZE;
H A Dhwpmc_arm64_md.c80 stackend = (uintptr_t) td->td_kstack + td->td_kstack_pages * PAGE_SIZE;
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c67 agp_be->offset = node->start * PAGE_SIZE;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.h39 #define USB_PAGE_SIZE PAGE_SIZE /* use system PAGE_SIZE */
/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S60 movw $PAGE_SIZE, %sp
/freebsd-11-stable/sys/i386/i386/
H A Duio_machdep.c87 cnt = min(cnt, PAGE_SIZE - page_offset);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_sysvec.c77 .sv_pagesize = PAGE_SIZE,
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtio.h47 #define VIRTIO_MAX_INDIRECT ((int) (PAGE_SIZE / 16))
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_network.h200 align = PAGE_SIZE << lio_get_order(size);
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c359 fs_off = PAGE_SIZE;
362 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
365 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
396 p += roundup2(ep[1].p_memsz, PAGE_SIZE);
/freebsd-11-stable/stand/common/
H A Dmetadata.c313 addr = roundup(addr, PAGE_SIZE);
320 addr = roundup(addr, PAGE_SIZE);
331 addr = roundup(addr + size, PAGE_SIZE);
378 kernend = roundup(addr + size, PAGE_SIZE);

Completed in 296 milliseconds

1234567891011>>