Searched defs:page (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxGuestRAMSlider.cpp86 * double cbRamOverhead = cbRam * 0.0390625; // 160 bytes per page.
157 /* Setup the scale so that ticks are at page step boundaries */
167 * Calculates a suitable page step size for the given max value. The returned
169 * page size is 4.
173 /* reasonable max. number of page steps is 32 */
174 uint page = ((uint) aMax + 31) / 32; local
176 uint p = page, p2 = 0x1;
179 if (page != p2)
/vbox/src/VBox/VMM/VMMAll/
H A DCSAMAll.cpp48 * Check if this page needs to be analysed by CSAM
60 LogFlow(("CSAMGCExecFault: for page %08X scanned=%d\n", pvFault, CSAMIsPageScanned(pVM, pvFault)));
76 * Check if this page was previously scanned by CSAM
80 * @param pPage GC page address
85 uintptr_t page; local
88 page = (uintptr_t)pPage;
89 pgdir = page >> X86_PAGE_4M_SHIFT;
90 bit = (page & X86_PAGE_4M_OFFSET_MASK) >> X86_PAGE_4K_SHIFT;
101 * Mark a page as scanned/not scanned
107 * @param pPage GC page addres
114 uintptr_t page; local
[all...]
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dlnkops.c49 char *page = nd_get_link(nd); local
50 if (!IS_ERR(page))
51 free_page((unsigned long)page);
H A Dregops.c37 /* fall back on a page sized buffer. */
64 * contiguous in physical memory (kmalloc or single page), we should
81 * contiguous in physical memory (kmalloc or single page), we should
455 static struct page *sf_reg_nopage(struct vm_area_struct *vma, unsigned long vaddr, int *type)
458 static struct page *sf_reg_nopage(struct vm_area_struct *vma, unsigned long vaddr, int unused)
462 struct page *page; local
487 page = alloc_page(GFP_USER);
488 if (!page) {
489 LogRelFunc(("failed to allocate page\
521 clear_user_page(page_address(page), vmf->pgoff, page); local
606 sf_readpage(struct file *file, struct page *page) argument
637 sf_writepage(struct page *page, struct writeback_control *wbc) argument
688 sf_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIWidgetValidator.h132 UISettingsPage* page() const { return m_pPage; } function in class:UIPageValidator
/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c453 uint8_t page, mode_register, val8, media_state; local
554 page = (ES >> 12); // upper 4 bits
559 // in case of carry, adjust page by 1
560 page++;
586 base_count, page, base_address);
594 BX_DEBUG_INT13_FL("setting page register\n");
596 outb(0x0081, page);
695 page = (ES >> 12); // upper 4 bits
700 // in case of carry, adjust page by 1
701 page
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp75 /* Polish port page: */
202 /* Creating port page: */
256 /* Get port page: */
259 /* Load port data to page: */
269 /* Polish page finally: */
283 /* Getting port page: */
344 /* Get current tab/page: */
402 UIMachineSettingsParallel *page = local
404 mTabWidget->setTabText (i, page->pageTitle());
H A DUIMachineSettingsSerial.cpp241 /* Creating port page: */
297 /* Get port page: */
300 /* Load port data to page: */
310 /* Polish page finally: */
324 /* Getting port page: */
390 /* Get current tab/page: */
392 UIMachineSettingsSerial *page = static_cast<UIMachineSettingsSerial*>(pTab); local
393 if (!page->mGbSerial->isChecked())
401 const QString strIRQ(page->mLeIRQ->text());
402 const QString strIOPort(page
455 UIMachineSettingsSerial *page = local
[all...]
H A DUIMachineSettingsDisplay.cpp151 /* Load Video data to page: */
163 /* Load Remote Display data to page: */
171 /* Load Video Capture data to page: */
181 /* Polish page finally: */
195 /* Gather Video data from page: */
206 /* Gather Remote Display data from page: */
214 /* Gather Video Capture data from page: */
925 /* Reasonable max. number of page steps is 32. */
926 uint page = ((uint)iMax + 31) / 32; local
928 uint p = page, p
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp64 UISettingsPage *page() const { return mPage; } function in class:SelectorItem
104 UISettingsPage *page = NULL; local
106 page = item->page();
107 return page;
114 if (item->page())
115 list << item->page();
123 if (item->page())
124 list << item->page();
157 if (item->page()
507 QWidget *page = NULL; local
519 QWidget *page = NULL; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c113 * This structure describes a page's worth of chunks.
118 char *page; /* Pointer to the page */ member in struct:pginfo
119 u_short size; /* size of this page's chunks */
129 char *page; /* pointer to free pages */ member in struct:pgfree
155 * The size of a page.
163 * Half a page.
196 * The offset from pagenumber to index into the page directory
201 * The last index in the page directory we care about
206 * Pointer to page director
825 u_long osize,page,index,tmp_index; local
928 free_pages(char *ptr, u_long page, int index, struct pginfo *info) argument
1041 free_bytes(void *ptr, u_long page, int index, struct pginfo *info) argument
1112 u_long page; local
[all...]
/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h31 * the page entries.
47 /* Maximum nr of dirty page that are cached. */
118 CSAMPAGE page; member in struct:CSAMPAGEREC
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp60 /** @page pg_dev_dma DMA Overview and notes
68 * - DMA transfers must occur within a 64KB/128KB 'page'
72 * offsets (except for the page registers) are therefore "double spaced".
119 uint8_t au8PageHi[8]; /* High page registers (A24-A31). */
194 /* Map a DMA page register offset (0-7) to channel index (0-3). */
198 /* Map a channel index (0-3) to DMA page register offset (0-7). */
200 /* Map a channel number (0-7) to DMA page register offset (0-7). */
439 /** DMA page registers. There are 16 R/W page registers for compatibility with
440 * the IBM PC/AT; only some of those registers are used for DMA. The page registe
674 uint32_t page, pagehi; local
710 uint32_t page, pagehi; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcels.h251 /** A Fibre Channel PRLI service parameter page */
280 /** Service parameter page */
281 struct fc_prli_page page; member in struct:fc_prli_frame
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp199 SSMFIELD_ENTRY_RCPTR( CSAMPAGEREC, page.pPageGC),
202 SSMFIELD_ENTRY_GCPHYS( CSAMPAGEREC, page.GCPhys),
203 SSMFIELD_ENTRY( CSAMPAGEREC, page.fFlags),
204 SSMFIELD_ENTRY( CSAMPAGEREC, page.uSize),
206 SSMFIELD_ENTRY_HCPTR_NI( CSAMPAGEREC, page.pBitmap),
207 SSMFIELD_ENTRY( CSAMPAGEREC, page.fCode32),
208 SSMFIELD_ENTRY( CSAMPAGEREC, page.fMonitorActive),
209 SSMFIELD_ENTRY( CSAMPAGEREC, page.fMonitorInvalidation),
211 SSMFIELD_ENTRY( CSAMPAGEREC, page.enmTag),
212 SSMFIELD_ENTRY( CSAMPAGEREC, page
500 CSAMPAGEREC page = *pPage; local
647 CSAMPAGEREC page; local
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c327 static void vga_get_cursor_pos(uint8_t page, uint16_t STACK_BASED *scans, uint16_t STACK_BASED *loc) argument
329 if (page > 7) {
335 *loc = read_word(BIOSMEM_SEG,BIOSMEM_CURSOR_POS + page * 2);
340 static void vga_read_char_attr(uint8_t page, uint16_t STACK_BASED *chr_atr) argument
352 // Get the cursor pos for the page
353 vga_get_cursor_pos(page, &dummy, &cursor);
363 address = SCREEN_MEM_START(nbcols, nbrows, page) + (xcurs + ycurs * nbcols) * 2;
420 static void vga_read_pixel(uint8_t page, uint16_t col, uint16_t row, uint16_t STACK_BASED *pixel) argument
545 static void biosfn_set_cursor_pos (uint8_t page, uint16_t cursor) argument
551 if(page>
579 biosfn_set_active_page(uint8_t page) argument
929 biosfn_scroll(uint8_t nblines, uint8_t attr, uint8_t rul, uint8_t cul, uint8_t rlr, uint8_t clr, uint8_t page, uint8_t dir) argument
1235 biosfn_write_char_attr(uint8_t car, uint8_t page, uint8_t attr, uint16_t count) argument
1292 biosfn_write_char_only(uint8_t car, uint8_t page, uint8_t attr, uint16_t count) argument
1424 biosfn_write_teletype(uint8_t car, uint8_t page, uint8_t attr, uint8_t flag) argument
1716 biosfn_write_string(uint8_t flag, uint8_t page, uint8_t attr, uint16_t count, uint8_t row, uint8_t col, uint16_t seg, uint16_t offset) argument
[all...]
/vbox/src/recompiler/
H A Dexec.c2 * virtual page mapping and translated block handling
107 /* any access to the tbs or the page table must use this lock */
159 /* list of TBs intersecting this ram page */
162 of lookups we do to a given page to use a bitmap */
182 /* Size of the L2 (and L3, etc) page tables. */
186 /* The bits remaining after N lower levels of page tables. */
192 /* Size of the L1 page table. Avoid silly small sizes. */
222 /* offset in host memory of the page + io_index in the low bits */
845 printf("ERROR page flags: PC=%08lx size=%04x f1=%x f2=%x\n",
935 /* remove the TB from the page lis
3767 target_ulong page; local
3809 target_phys_addr_t page; local
3940 target_phys_addr_t page; local
4035 target_phys_addr_t page; local
4425 target_ulong page; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h133 * a paged address space where the upper 16 bits are the page number
137 * page/offset format where the offset value is JUST the lower seven
138 * bits and the page is the remaining 16 bits. Some of the API's
161 /* Make a 32-bit flat address from AUX format 16-bit page and offset */
166 /* Make a 32-bit flat address from CMD format 16-bit page and offset */
171 /* Make AUX format offset and page from a 32-bit flat address */
177 /* Make CMD format offset and page from a 32-bit flat address */
191 /* Make AUX register offset and page values from a flat address */
1229 /* NOTE: The page and offset are in AUX format */
1232 UINT16 page; member in struct:hfa384x_downloadbuffer
2055 UINT16 page; member in struct:hfa384x_usb_wmemreq
2063 UINT16 page; member in struct:hfa384x_usb_rmemreq
[all...]

Completed in 169 milliseconds