Lines Matching full:store
5 * General management API for SH-4 integrated Store Queues
51 * @start: the store queue address to start flushing from
54 * Flushes the store queue cache from @start to @start + @len in a
133 * sq_remap - Map a physical address through the Store Queues
139 * Remaps the physical address @phys through the next available store queue
200 * sq_unmap - Unmap a Store Queue allocation
201 * @vaddr: Pre-allocated Store Queue mapping.
203 * Unmaps the store queue allocation @map that was previously created by
217 printk("%s: bad store queue address 0x%08lx\n", in sq_unmap()
253 * Some day we may want to have an additional abstraction per store
262 ssize_t (*store)(const char *buf, size_t count); member
283 if (likely(sattr->store)) in sq_sysfs_store()
284 return sattr->store(buf, count); in sq_sysfs_store()
330 .store = sq_sysfs_store,
377 printk(KERN_NOTICE "sq: Registering store queue API.\n"); in sq_api_init()
412 MODULE_DESCRIPTION("Simple API for SH-4 integrated Store Queues");