Lines Matching refs:store
15 the corresponding data page from backing store into physical memory if
20 written back into the backing store. If no modifications is done or
21 after written back into backing store, the data page is now considered
23 then invokes the backing store to page in the data page corresponding to
24 the location of the requested data. The backing store copies that data
44 or be paged out to some backing store. Its location can always be looked
54 store metadata. Flags for each page frame:
73 in the backing store.
76 The virtual address of a special page provided to the backing store to:
80 scratch needs to be mapped read/write for backing store code to access.
82 address space. If this page is provided as-is to backing store,
110 * Execution time histogram of backing store doing page-in via
113 * Execution time histogram of backing store doing page-out via
138 as set, the paging code signals to the backing store to write
169 Backing store is responsible for paging in/out data page between
174 initialized the backing store at ``POST_KERNEL``.
177 reserve a backing store location so a data page can be paged out.
183 free a backing store location (the ``location`` token) which can
192 from the backing store location associated with the provided
196 from ``K_MEM_SCRATCH_PAGE`` to the backing store location associated
204 To implement a new backing store, the functions mentioned above
222 .. doxygengroup:: mem-demand-paging-backing-store