Searched refs:text_write_ub (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/commands/swifi/ |
| H A D | fault_model.c | 140 text_write_ub(c, NOP); in text_fault() 191 text_write_ub(c, (text_read_ub(c)^flip_bit)); in text_fault() 243 text_write_ub(c, text_read_ub(c)^flip_bit); in text_fault() 253 text_write_ub(c, text_read_ub(c)^flip_bit); in text_fault() 267 text_write_ub(c, 0xf2); in text_fault() 269 text_write_ub(c, 0xf3); in text_fault() 276 text_write_ub(c, text_read_ub(c)+1); in text_fault() 278 text_write_ub(c, text_read_ub(c)-1); in text_fault() 289 text_write_ub(c, text_read_ub(c)+1); in text_fault() 291 text_write_ub(c, text_read_ub(c)-1); in text_fault() [all …]
|
| H A D | extra.c | 119 text_write_ub((char *)addr+i, ((unsigned char *)&value)[i]); in text_write_ul() 123 void text_write_ub(void *addr, unsigned char value) in text_write_ub() function
|
| H A D | extra.h | 32 void text_write_ub(void *addr, unsigned char value);
|