Searched refs:page (Results 176 - 200 of 311) sorted by relevance

1234567891011>>

/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S44 .set MEM_PAGE_SIZE,0x1000 # memory page size, 4k
161 addl $(MEM_PAGE_SIZE - 1), %edi # pad %edi out to a new page
/freebsd-13-stable/contrib/ncurses/form/
H A Dform.h65 short pmin; /* index of first field on page */
66 short pmax; /* index of last field on page */
67 short smin; /* index of top leftmost field on page */
68 short smax; /* index of bottom rightmost field on page */
91 short page; /* page on form */ member in struct:fieldnode
135 short curpage; /* index into page */
142 _PAGE * page; /* page [maxpage] */ member in struct:formnode
234 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
[all...]
H A Dfrm_driver.c51 The current page of the form is left and some new page is
200 (field->page == field->form->curpage))
1368 if (form->curpage == field->page)
1518 (field->form->curpage == field->page))
2108 | Description : Scroll a multi-line field forward a page
2124 | Description : Scroll a multi-line field forward half a page
2140 | Description : Scroll a multi-line field backward a page
2156 | Description : Scroll a multi-line field backward half a page
3286 | page
3877 _nc_Set_Form_Page(FORM *form, int page, FIELD *field) argument
[all...]
/freebsd-13-stable/sys/dev/usb/
H A Dusb_busdma.c90 struct usb_page *page; local
102 /* compute destination page */
104 page = pc->page_start;
107 page += (offset / USB_PAGE_SIZE);
112 res->physaddr = page->physaddr + offset;
115 res->physaddr = page->physaddr + offset;
120 res->buffer = USB_ADD_BYTES(page->buffer, offset);
137 * This function is used to check if a page cache buffer is properly
474 * This check verifies there is no page offset
487 /* page crossin
[all...]
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c905 {0x00}, {0x00}, /* page length */
1835 * Read the font data in the requested font page from the video adapter.
1840 vga_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth, argument
1867 if (page < 0 || page >= 8 || fontwidth != 8)
1869 segment = FONT_BUF + 0x4000*page;
1870 if (page > 3)
1913 * Set the font data in the requested font page.
1915 * the font page other than 0... XXX
1920 vga_load_font(video_adapter_t *adp, int page, in argument
2000 vga_show_font(video_adapter_t *adp, int page) argument
[all...]
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1027 vm_page_t page; local
1039 * If the passed in result page is a fake page, update it with
1042 page = *mres;
1043 vm_page_updatefake(page, paddr, memattr);
1046 * Replace the passed in reqpage page with our own fake page and
1055 page = vm_page_getfake(paddr, memattr);
1057 vm_page_replace(page, object, (*mres)->pindex, *mres);
1058 *mres = page;
[all...]
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1503 struct page *page; local
1504 struct page **pages;
1518 pages = kmalloc(sizeof(struct page *) * num_pages, GFP_KERNEL);
1533 pages, /* pages (array of page pointers) */
1538 page = NULL;
1547 if (page != NULL)
1548 kunmap(page);
1549 page = pages[page_idx];
1550 kmapped_virt_ptr = kmap(page);
2858 proc_read_use_count(char *page, char **start, off_t off, int count, int *eof, void *data) argument
[all...]
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c95 static int amdvi_host_ptp = 1; /* Use page tables for host. */
247 panic("AMDVi: Command buffer not aligned on page boundary.");
349 /* Invalidate IOMMU page, use for invalidation of domain. */
353 bool pde, bool page)
367 cmd->addr |= page ? AMDVI_INVD_PAGE_S : 0;
533 device_printf(softc->dev, "Event buffer not aligned on page.");
998 * If not present pages are cached, invalidate page after
1046 /* XXX: Add super-page or PTE mapping > 4KB. */
1048 /* Super-page mapping. */
1082 uint64_t *page, p local
351 amdvi_cmd_inv_iommu_pages(struct amdvi_softc *softc, uint16_t domain_id, uint64_t addr, bool guest_nested, bool pde, bool page) argument
[all...]
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dtda19988.c58 #define MKREG(page, addr) (((page) << 8) | (addr))
204 #define DIP_IF_FLAGS_IF2 (1 << 2) /* AVI IF on page 10h */
252 tda19988_set_page(struct tda19988_softc *sc, uint8_t page) argument
262 cmd[1] = page;
268 sc->sc_current_page = page;
H A Dam335x_lcd_syscons.c472 am335x_syscons_save_font(video_adapter_t *adp, int page, int size, int width, argument
479 am335x_syscons_load_font(video_adapter_t *adp, int page, int size, int width, argument
490 am335x_syscons_show_font(video_adapter_t *adp, int page) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c312 struct page *in_pages[MAX_PAGE_NUM];
313 struct page *out_pages[MAX_PAGE_NUM];
341 * page-aligned buffer addresses and buffers whose sizes
483 struct page *in_pages[MAX_PAGE_NUM];
505 * page-aligned buffer addresses and buffers whose sizes
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h557 void sc_load_font(scr_stat *scp, int page, int size, int width,
559 void sc_save_font(scr_stat *scp, int page, int size, int width,
561 void sc_show_font(scr_stat *scp, int page);
/freebsd-13-stable/sys/contrib/ncsw/user/env/
H A Dxx.c678 vm_page_t page; local
714 page = PHYS_TO_VM_PAGE(addr);
715 pv = TAILQ_FIRST(&page->md.pv_list);
/freebsd-13-stable/usr.sbin/ypldap/
H A Dldapclient.c536 if (m->page != NULL && m->page->cookie_len != 0)
537 pg = m->page;
/freebsd-13-stable/usr.bin/man/
H A Dman.sh135 # We have a match, check for a cat page
143 decho " Skipping catpage: non-standard page width"
145 # cat page found and is newer, use that
151 # no cat page or is older
193 # Search the given path/section combo for a given page.
271 # Usage: man_check_for_so page path
461 # Usage: man_find_and_display page
462 # Search through the manpaths looking for the given page.
470 decho "Found a usable page, displaying that"
634 # Set up page widt
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl17 # I let hardware handle unaligned input(*), except on page boundaries
225 ; upon unaligned access which crosses page boundary. "Better safe
233 andi. $t1,$t1,4095 ; distance to closest page boundary
237 ble Laligned ; didn't cross the page boundary
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-default.mk28 # The .for loop is described in the manual page as if it would operate on
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp190 uptr page = internal_mmap(0, GetPageSizeCached(), PROT_READ | PROT_WRITE, local
192 if (internal_iserror(page)) {
/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c2080 struct uof_code_page *page; local
2120 page = (struct uof_code_page *)(image + 1);
2122 for (p = 0; p < image->ui_num_pages; p++, page++) {
2126 qup->qup_page_num = page->ucp_page_num;
2127 qup->qup_def_page = page->ucp_def_page;
2128 qup->qup_page_region = page->ucp_page_region;
2129 qup->qup_beg_vaddr = page->ucp_beg_vaddr;
2130 qup->qup_beg_paddr = page->ucp_beg_paddr;
2134 page->ucp_uc_var_tab, lim);
2137 page
2681 struct qat_ae_page *page = &slice->qas_pages[i]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp170 int64_t page = (Value + Addend + 0x8000) & ~0xffff; local
171 return (Value + Addend - page) & 0xffff;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc24 // Contrary to what you might expect, the Windows page protection flags
49 // granularity may be larger than a single page (in practice, it is 64K)
63 // sucessfull, we return the minimal large memory page size.
H A DProcess.inc52 // This function retrieves the page size using GetNativeSystemInfo() and is
56 // GetNativeSystemInfo() provides the physical page size which may differ
/freebsd-13-stable/sys/mips/mips/
H A Dexception.S130 beq k1, zero, 2f #0a: ==0 -- no page table
137 beq k1, zero, 2f # ==0 -- no page table
140 andi k0, k0, PTE2MASK #0c: k0=page tab offset
155 2: j SlowFault #22: no page table present
673 * kernel stack since there has to be a u page if we came from user mode.
866 2: /* Validate page directory pointer. */
876 /* Validate page table pointer. */
894 andi k0, k0, PTEMASK # k0=page tab offset
898 /* Validate page table entry. */
1053 beq k1, zero, MipsKernGenException # ==0 -- no page tabl
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_user.c392 mpr_printf(sc, "page type 0x%x not changeable\n",
2475 struct mpr_cfg_page_req page; member in union:__anon13186
2493 CP(*page32, arg.page, header);
2494 CP(*page32, arg.page, page_address);
2495 PTRIN_CP(*page32, arg.page, buf);
2496 CP(*page32, arg.page, len);
2497 CP(*page32, arg.page, ioc_status);
2549 CP(arg.page, *page32, header);
2550 CP(arg.page, *page32, page_address);
2551 PTROUT_CP(arg.page, *page3
[all...]
/freebsd-13-stable/sys/dev/mps/
H A Dmps_user.c378 mps_printf(sc, "page type 0x%x not changeable\n",
2376 struct mps_cfg_page_req page; member in union:__anon13202
2394 CP(*page32, arg.page, header);
2395 CP(*page32, arg.page, page_address);
2396 PTRIN_CP(*page32, arg.page, buf);
2397 CP(*page32, arg.page, len);
2398 CP(*page32, arg.page, ioc_status);
2450 CP(arg.page, *page32, header);
2451 CP(arg.page, *page32, page_address);
2452 PTROUT_CP(arg.page, *page3
[all...]

Completed in 260 milliseconds

1234567891011>>