Home
last modified time | relevance | path

Searched refs:b_reg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/amd64/linux/
Dlinux_ptrace.c212 map_regs_to_linux(struct reg *b_reg, struct linux_pt_reg *l_reg) in map_regs_to_linux() argument
215 l_reg->r15 = b_reg->r_r15; in map_regs_to_linux()
216 l_reg->r14 = b_reg->r_r14; in map_regs_to_linux()
217 l_reg->r13 = b_reg->r_r13; in map_regs_to_linux()
218 l_reg->r12 = b_reg->r_r12; in map_regs_to_linux()
219 l_reg->rbp = b_reg->r_rbp; in map_regs_to_linux()
220 l_reg->rbx = b_reg->r_rbx; in map_regs_to_linux()
221 l_reg->r11 = b_reg->r_r11; in map_regs_to_linux()
222 l_reg->r10 = b_reg->r_r10; in map_regs_to_linux()
223 l_reg->r9 = b_reg->r_r9; in map_regs_to_linux()
[all …]
/freebsd-12-stable/contrib/wpa/src/p2p/
Dp2p_utils.c122 const struct p2p_reg_class *b_reg = &b->reg_class[j]; in p2p_channels_intersect() local
123 if (a_reg->reg_class != b_reg->reg_class) in p2p_channels_intersect()
126 a_reg, b_reg, in p2p_channels_intersect()