Searched refs:PAGE_SIZE (Results 201 - 208 of 208) sorted by relevance

123456789

/fuchsia/zircon/kernel/platform/generic-arm/
H A Dplatform.cpp318 ramdisk_size = ROUNDUP(header->length + sizeof(*header), PAGE_SIZE);
/fuchsia/zircon/kernel/syscalls/
H A Dddk_pci.cpp517 fbl::max<uint64_t>(info->size, PAGE_SIZE), &vmo);
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-audio-dsp.cpp498 constexpr size_t MAX_FW_BYTES = PAGE_SIZE * IntelDspCodeLoader::MAX_BDL_LENGTH;
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp298 constexpr size_t kDescSize = ROUNDUP(2 * kNumDesc * sizeof(dw_dmadescr_t), PAGE_SIZE);
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmexit.cpp858 if (size > PAGE_SIZE)
868 size_t from_page = fbl::min(size, PAGE_SIZE - page_offset);
/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Dgauss-pdm-input-stream.cpp601 static_cast<uint32_t>(PAGE_SIZE)));
/fuchsia/zircon/system/dev/block/usb-mass-storage/
H A Dusb-mass-storage.c760 status = usb_req_alloc(&usb, &ums->data_req, PAGE_SIZE, bulk_in_addr);
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp60 static_assert(Volume::kBufferSize % PAGE_SIZE == 0, "kBufferSize must be page aligned");

Completed in 105 milliseconds

123456789