Home
last modified time | relevance | path

Searched refs:next_addr (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/arch/riscv/kernel/
Dkgdb.c37 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-6.6.21/arch/loongarch/kernel/
Dkgdb.c294 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-6.6.21/drivers/i3c/master/mipi-i3c-hci/
Dcmd_v2.c243 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()
Dcmd_v1.c296 u8 next_addr = 0; in hci_cmd_v1_daa() local
317 ret = i3c_master_get_free_addr(&hci->master, next_addr); in hci_cmd_v1_daa()
320 next_addr = ret; in hci_cmd_v1_daa()
322 DBG("next_addr = 0x%02x, DAA using DAT %d", next_addr, dat_idx); in hci_cmd_v1_daa()
323 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-6.6.21/mm/kmsan/
Dcore.c400 u64 cur_addr = (u64)addr, next_addr = cur_addr + PAGE_SIZE; in kmsan_metadata_is_contiguous() local
419 for (; next_addr < (u64)addr + size; in kmsan_metadata_is_contiguous()
420 cur_addr = next_addr, cur_shadow = next_shadow, in kmsan_metadata_is_contiguous()
421 cur_origin = next_origin, next_addr += PAGE_SIZE) { in kmsan_metadata_is_contiguous()
422 next_shadow = kmsan_get_metadata((void *)next_addr, false); in kmsan_metadata_is_contiguous()
423 next_origin = kmsan_get_metadata((void *)next_addr, true); in kmsan_metadata_is_contiguous()
441 (void *)cur_addr, (void *)next_addr); in kmsan_metadata_is_contiguous()
/linux-6.6.21/drivers/mailbox/
Dbcm-flexrm-mailbox.c335 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-6.6.21/drivers/rapidio/devices/
Dtsi721_dma.c415 dma_addr_t next_addr; in tsi721_submit_sg() local
436 next_addr = -1; in tsi721_submit_sg()
470 if (next_addr == sg_dma_address(sg) && in tsi721_submit_sg()
475 } else if (next_addr != -1) { in tsi721_submit_sg()
503 next_addr = sg_dma_address(sg); in tsi721_submit_sg()
522 next_addr += sg_dma_len(sg); in tsi721_submit_sg()
/linux-6.6.21/drivers/net/wireless/legacy/
Dwl3501_cs.c769 u16 next_addr, next_addr1; in wl3501_receive() local
774 &next_addr, sizeof(next_addr)); in wl3501_receive()
792 wl3501_get_from_wla(this, next_addr + 5, data, in wl3501_receive()
796 wl3501_get_from_wla(this, next_addr + 2, &next_addr1, in wl3501_receive()
798 next_addr = next_addr1; in wl3501_receive()
800 wl3501_get_from_wla(this, next_addr + 5, data, size); in wl3501_receive()
/linux-6.6.21/include/uapi/linux/genwqe/
Dgenwqe_card.h406 __u64 next_addr; /* chaining genwqe_ddcb_cmd */ member
/linux-6.6.21/drivers/media/pci/pt1/
Dpt1.c1036 int clock, int data, int next_addr) in pt1_i2c_emit() argument
1039 !clock << 11 | !data << 10 | next_addr); in pt1_i2c_emit()
/linux-6.6.21/include/linux/
Dmmzone.h480 unsigned long next_addr; member
/linux-6.6.21/drivers/net/ethernet/hisilicon/
Dhip04_eth.c186 u32 next_addr;
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dhw.h543 u32 next_addr; member
Dhw.c3174 REG_WRITE(ah, gen_tmr_configuration[timer->index].next_addr, in ath9k_hw_gen_timer_start()
/linux-6.6.21/mm/
Dvmscan.c4277 walk->next_addr = max(end, args->vma->vm_start); in walk_pud_range()
4293 walk->next_addr = FIRST_USER_ADDRESS; in walk_mm()
4310 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h1054 struct event_ring_next_addr next_addr; member