Searched refs:v_length (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmtrr.c641 uint64_t v_address, v_length; local
647 v_length = MASK_TO_LEN(range->mask);
651 (address >= v_address && address < (v_address + v_length))) {
653 if (v_address == address && v_length == length && v_type == type)
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_init.c62 info->v_length = 0;
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h189 unsigned long v_length; /* length of video memory (0 for v_rowBytes * v_height) */ member in struct:PE_Video
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c66 info->v_length = 0;
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2640 if (boot_vinfo->v_length != 0)
2641 fbsize = (unsigned int) round_page(boot_vinfo->v_length);

Completed in 30 milliseconds