Searched refs:reg32bits (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dptrace32.c172 unsigned int reg32bits; local
193 reg32bits = tmp_reg_value;
194 ret = put_user(reg32bits, (u32*)data); // copy 4 bytes of data into the user location specified by the 8 byte pointer in "data".
208 u32 reg32bits; local
237 reg32bits = ((u32*)&tmp_reg_value)[part];
238 ret = put_user(reg32bits, (u32*)data); /* copy 4 bytes of data into the user location specified by the 8 byte pointer in "data". */

Completed in 80 milliseconds