Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A 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/mm/kmsan/
H A Dcore.c333 u64 cur_addr = (u64)addr, next_addr = cur_addr + PAGE_SIZE; in kmsan_metadata_is_contiguous() local
352 for (; next_addr < (u64)addr + size; in kmsan_metadata_is_contiguous()
353 cur_addr = next_addr, cur_shadow = next_shadow, in kmsan_metadata_is_contiguous()
354 cur_origin = next_origin, next_addr += PAGE_SIZE) { in kmsan_metadata_is_contiguous()
355 next_shadow = kmsan_get_metadata((void *)next_addr, false); in kmsan_metadata_is_contiguous()
356 next_origin = kmsan_get_metadata((void *)next_addr, true); in kmsan_metadata_is_contiguous()
374 (void *)cur_addr, (void *)next_addr); in kmsan_metadata_is_contiguous()
/linux/tools/testing/selftests/proc/
H A Dproc-maps-race.c97 void *next_addr; member
393 return mremap(self->mod_info->next_addr + self->page_size * 2, self->page_size, in remap_vma()
512 mod_info->next_addr = NULL; in FIXTURE_SETUP()
521 mod_info->next_addr = mod_info->child_mapped_addr[i]; in FIXTURE_SETUP()
524 if (mod_info->addr && mod_info->next_addr) in FIXTURE_SETUP()
527 ASSERT_TRUE(mod_info->addr && mod_info->next_addr); in FIXTURE_SETUP()
/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c417 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 Dgenwqe_card.h406 __u64 next_addr; /* chaining genwqe_ddcb_cmd */ member
/linux/drivers/media/pci/pt1/
H A 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/include/linux/
H A Dmmzone.h550 unsigned long next_addr; member
/linux/mm/
H A Dvmscan.c3770 walk->next_addr = max(end, args->vma->vm_start); in walk_pud_range()
3785 walk->next_addr = FIRST_USER_ADDRESS; in walk_mm()
3798 err = walk_page_range(mm, walk->next_addr, ULONG_MAX, &mm_walk_ops, walk); in walk_mm()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c3164 REG_WRITE(ah, gen_tmr_configuration[timer->index].next_addr, in ath9k_hw_gen_timer_start()