Searched refs:fetched (Results 1 – 3 of 3) sorted by relevance
158 int fetched; in fetch_decode_modrm() local162 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()164 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()165 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm()166 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm()182 u8 fetched; in fetch_byte_imm() local186 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()188 return fetched; in fetch_byte_imm()204 u16 fetched; in fetch_word_imm() local208 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()[all …]
56 message transfers (e.g. after all new messages are fetched off the server),59 things as deleting messages after they are fetched in POP3.90 to be fetched. Note that if you do swap it, you become responsible for
111 - The fact that an command is fetched from the buffer does *not* mean it's