/linux/arch/riscv/kernel/ |
H A D | kgdb.c | 37 static int get_step_address(struct pt_regs *regs, unsigned long *next_addr) in get_step_address() argument 50 *next_addr = regs_ptr[rs1_num]; in get_step_address() 53 *next_addr = RVC_EXTRACT_JTYPE_IMM(op_code) + pc; in get_step_address() 58 *next_addr = RVC_EXTRACT_BTYPE_IMM(op_code) + pc; in get_step_address() 60 *next_addr = pc + 2; in get_step_address() 65 *next_addr = RVC_EXTRACT_BTYPE_IMM(op_code) + pc; in get_step_address() 67 *next_addr = pc + 2; in get_step_address() 69 *next_addr = pc + 2; in get_step_address() 101 *next_addr = imm + pc; in get_step_address() 103 *next_addr = pc + 4; in get_step_address() [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 294 static int get_step_address(struct pt_regs *regs, unsigned long *next_addr) in get_step_address() argument 306 *next_addr = pc + LOONGARCH_INSN_SIZE; in get_step_address() 312 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 315 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 27); in get_step_address() 328 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 332 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 336 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 338 *next_addr = pc + sign_extend64((si_h << 16 | si_l) << 2, 22); in get_step_address() 348 *next_addr = pc + sign_extend64(si << 2, 17); in get_step_address() 352 *next_addr = pc + sign_extend64(si << 2, 17); in get_step_address() [all …]
|
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | cmd_v2.c | 243 u8 next_addr = 0; in hci_cmd_v2_daa() local 260 ret = i3c_master_get_free_addr(&hci->master, next_addr); in hci_cmd_v2_daa() 263 next_addr = ret; in hci_cmd_v2_daa() 264 DBG("next_addr = 0x%02x", next_addr); in hci_cmd_v2_daa() 274 CMD_A0_ASSIGN_ADDRESS(next_addr) | in hci_cmd_v2_daa() 297 next_addr, pid, dcr, bcr); in hci_cmd_v2_daa() 302 ret = i3c_master_add_i3c_dev_locked(&hci->master, next_addr); in hci_cmd_v2_daa()
|
H A D | cmd_v1.c | 294 u8 next_addr = 0; in hci_cmd_v1_daa() local 315 ret = i3c_master_get_free_addr(&hci->master, next_addr); in hci_cmd_v1_daa() 318 next_addr = ret; in hci_cmd_v1_daa() 320 DBG("next_addr = 0x%02x, DAA using DAT %d", next_addr, dat_idx); in hci_cmd_v1_daa() 321 mipi_i3c_hci_dat_v1.set_dynamic_addr(hci, dat_idx, next_addr); in hci_cmd_v1_daa() 353 next_addr, pid, dcr, bcr); in hci_cmd_v1_daa() 362 ret = i3c_master_add_i3c_dev_locked(&hci->master, next_addr); in hci_cmd_v1_daa()
|
/linux/mm/kmsan/ |
H A D | core.c | 340 u64 cur_addr = (u64)addr, next_addr = cur_addr + PAGE_SIZE; in kmsan_metadata_is_contiguous() local 359 for (; next_addr < (u64)addr + size; in kmsan_metadata_is_contiguous() 360 cur_addr = next_addr, cur_shadow = next_shadow, in kmsan_metadata_is_contiguous() 361 cur_origin = next_origin, next_addr += PAGE_SIZE) { in kmsan_metadata_is_contiguous() 362 next_shadow = kmsan_get_metadata((void *)next_addr, false); in kmsan_metadata_is_contiguous() 363 next_origin = kmsan_get_metadata((void *)next_addr, true); in kmsan_metadata_is_contiguous() 381 (void *)cur_addr, (void *)next_addr); in kmsan_metadata_is_contiguous()
|
/linux/drivers/mailbox/ |
H A D | bcm-flexrm-mailbox.c | 335 static u64 flexrm_next_table_desc(u32 toggle, dma_addr_t next_addr) in flexrm_next_table_desc() argument 341 DESC_ENC(desc, next_addr, NPTR_ADDR_SHIFT, NPTR_ADDR_MASK); in flexrm_next_table_desc() 1228 dma_addr_t next_addr; in flexrm_startup() local 1244 next_addr = off + RING_DESC_SIZE; in flexrm_startup() 1245 if (next_addr == RING_BD_SIZE) in flexrm_startup() 1246 next_addr = 0; in flexrm_startup() 1247 next_addr += ring->bd_dma_base; in flexrm_startup() 1248 if (RING_BD_ALIGN_CHECK(next_addr)) in flexrm_startup() 1250 next_addr); in flexrm_startup()
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 417 dma_addr_t next_addr; in tsi721_submit_sg() local 438 next_addr = -1; in tsi721_submit_sg() 472 if (next_addr == sg_dma_address(sg) && in tsi721_submit_sg() 477 } else if (next_addr != -1) { in tsi721_submit_sg() 505 next_addr = sg_dma_address(sg); in tsi721_submit_sg() 524 next_addr += sg_dma_len(sg); in tsi721_submit_sg()
|
/linux/include/uapi/linux/genwqe/ |
H A D | genwqe_card.h | 406 __u64 next_addr; /* chaining genwqe_ddcb_cmd */ member
|
/linux/drivers/media/pci/pt1/ |
H A D | pt1.c | 1036 int clock, int data, int next_addr) in pt1_i2c_emit() argument 1039 !clock << 11 | !data << 10 | next_addr); in pt1_i2c_emit()
|
/linux/include/linux/ |
H A D | mmzone.h | 489 unsigned long next_addr; member
|
/linux/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 186 u32 next_addr;
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 543 u32 next_addr; member
|
H A D | hw.c | 3172 REG_WRITE(ah, gen_tmr_configuration[timer->index].next_addr, in ath9k_hw_gen_timer_start()
|
/linux/mm/ |
H A D | vmscan.c | 3634 walk->next_addr = max(end, args->vma->vm_start); in walk_pud_range() 3651 walk->next_addr = FIRST_USER_ADDRESS; in walk_mm() 3668 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 1054 struct event_ring_next_addr next_addr; member
|