Searched refs:pages (Results 51 - 70 of 70) sorted by relevance

123

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dhttp_server.pl304 This simple program can be used to test HTML pages. Viewers such
H A Denvironment.pl915 % display File in pages
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c616 __be64 *pages; local
627 pages = mailbox->buf;
633 * We have to pass pages that are aligned to their
648 pages[nent * 2] = cpu_to_be64(virt);
652 pages[nent * 2 + 1] =
811 * Round up number of system pages needed in case
1524 mthca_dbg(dev, "Unmapping %d pages at %llx from ICM.\n",
1550 * Round up number of system pages needed in case
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/project/
H A Dorganisation.tex136 A cron job recreates html web pages from these archives several times
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex89 % Needed to adjust left/right pages properly
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dsyscall.c444 size_t offset = sa->arg2; // in pages; of first page to modify from first
446 size_t pages = sa->arg3; // #pages to modify local
450 errval_t err = paging_modify_flags(to, offset, pages, flags);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsyscall.c424 size_t offset = sa->arg2; // in pages; of first page to modify from first
426 size_t pages = sa->arg3; // #pages to modify local
429 errval_t err = paging_modify_flags(to, offset, pages, flags);
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dsyscall.c259 size_t offset = args[0]; // in pages; of first page to modify from first
261 size_t pages = args[1]; // #pages to modify local
265 errval_t err = page_mappings_modify_flags(mapping, offset, pages, flags, va);
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex134 and 1GB pages on x86-64) by calling it on a x86-64 page directory or PDPT
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex530 4kB pages as pages} region of physical memory with a size that is a multiple
668 \arg Offset (in #pages) of the first page to get new set of flags from the
670 \arg Number of pages that should get new set of flags
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex133 notification (PCN) pages. (by the way, why is struct global still
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex299 mapping of the kernel pages into every L1 page table of each process.
322 address space using ``sections'' (1MB large pages), obviating the need
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex358 provides functionality to map and unmap pages, manage mapping of
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex583 the pages are not zeroed before mapping it for the first time. The next two
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex311 table pages. There is a different capability type for each level of
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex75 \item \textbf{Memory}: Any ICD link will require some memory to buffer unsent messages and messages that have been received but not yet delivered. Some links will require additional memory for the channel itself. For instance, the shared-memory UMP driver on x86 requires two pages of physical memory per binding. In general, the amount of memory required is governed by the number of messages in flight and
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure7902 echo checking if mprotect can be used to check for allocated pages
/barrelfish-2018-10-04/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex2705 pages 313--318, 1994.
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dobsman.tex63 % Needed to adjust left/right pages properly
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex335 The {\it comment} directives are placed in the source code together with other parts of the program. The ECLiPSe system contains some library predicates which extract the comment directives and build a set of interrelated HTML \index{HTML}pages for the documentation. The same system is used to generate the reference manual \index{reference manual}documentation of the library predicates. The {\it comment} directives come in two flavours. One is a comment for a module\index{module comment}\index{comment, module}, which gives an overview what is module is for. As an example we again use the file {\it flow\_prepare\_data.ecl}.

Completed in 230 milliseconds

123