| /linux/arch/sparc/include/asm/ |
| H A D | switch_to_32.h | 17 #define SWITCH_ENTER(prv) \ argument 19 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \ 21 fpsave(&(prv)->thread.float_regs[0], &(prv)->thread.fsr, \ 22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 23 clear_tsk_thread_flag(prv, TIF_USEDFPU); \ 24 (prv)->thread.kregs->psr &= ~PSR_EF; \ 30 #define SWITCH_ENTER(prv) /* */ argument
|
| /linux/tools/virtio/linux/ |
| H A D | scatterlist.h | 91 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument 97 prv[prv_nents - 1].offset = 0; in sg_chain() 98 prv[prv_nents - 1].length = 0; in sg_chain() 104 prv[prv_nents - 1].page_link = ((unsigned long) sgl | 0x01) & ~0x02; in sg_chain()
|
| /linux/lib/ |
| H A D | scatterlist.c | 293 struct scatterlist *sg, *prv; in __sg_alloc_table() local 308 prv = NULL; in __sg_alloc_table() 333 if (prv) in __sg_alloc_table() 346 if (prv) in __sg_alloc_table() 347 sg_chain(prv, prv_max_ents, sg); in __sg_alloc_table() 357 prv = sg; in __sg_alloc_table() 464 struct scatterlist *s = sgt_append->prv; in sg_alloc_append_table_from_pages() 475 if (IS_ENABLED(CONFIG_ARCH_NO_SG_CHAIN) && sgt_append->prv) in sg_alloc_append_table_from_pages() 478 if (sgt_append->prv) { in sg_alloc_append_table_from_pages() 485 prv_len = sgt_append->prv->length; in sg_alloc_append_table_from_pages() [all …]
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | isppreview.h | 150 int omap3isp_preview_register_entities(struct isp_prev_device *prv, 152 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
|
| /linux/include/uapi/linux/ |
| H A D | atm.h | 209 unsigned char prv[ATM_ESA_LEN];/* private ATM address */ member 220 return *addr.sas_addr.prv || *addr.sas_addr.pub; in atmsvc_addr_in_use()
|
| /linux/drivers/media/platform/st/stm32/dma2d/ |
| H A D | dma2d.c | 465 static void device_run(void *prv) in device_run() argument 467 struct dma2d_ctx *ctx = prv; in device_run() 514 static irqreturn_t dma2d_isr(int irq, void *prv) in dma2d_isr() argument 516 struct dma2d_dev *dev = prv; in dma2d_isr()
|
| /linux/drivers/edac/ |
| H A D | sb_edac.c | 1762 u64 limit, prv = 0; in get_memory_layout() local 1792 prv = 0; in get_memory_layout() 1802 if (limit <= prv) in get_memory_layout() 1814 prv = limit; in get_memory_layout() 1835 prv = 0; in get_memory_layout() 1839 if (limit <= prv) in get_memory_layout() 1854 prv = limit; in get_memory_layout() 2042 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local 2073 if (limit <= prv) { in get_memory_error_data() 2079 prv = limit; in get_memory_error_data() [all …]
|
| /linux/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d.c | 497 static void device_run(void *prv) in device_run() argument 499 struct g2d_ctx *ctx = prv; in device_run() 538 static irqreturn_t g2d_isr(int irq, void *prv) in g2d_isr() argument 540 struct g2d_dev *dev = prv; in g2d_isr()
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-attrs.rst | 31 prv Product Revision (from CID Register)
|
| /linux/drivers/mmc/core/ |
| H A D | mmc.c | 108 card->cid.prv = unstuff_bits(resp, 48, 8); in mmc_decode_cid() 815 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 3007 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) in print_deadlock_scenario() 3010 struct lock_class *prev = hlock_class(prv); in print_deadlock_bug() 3016 __print_lock_name(prv, prev); in print_deadlock_bug() 2991 print_deadlock_scenario(struct held_lock * nxt,struct held_lock * prv) print_deadlock_scenario() argument
|