scr_code 269 dev/ic/sti.c if (!(scr->scr_code = uvm_km_alloc(kernel_map, round_page(size)))) { scr_code 274 dev/ic/sti.c printf("code=0x%x[%x]\n", scr->scr_code, size); scr_code 281 dev/ic/sti.c u_int8_t *p = (u_int8_t *)scr->scr_code; scr_code 290 dev/ic/sti.c dd->dd_pacode[STI_BEGIN], (u_int8_t *)scr->scr_code, scr_code 295 dev/ic/sti.c #define O(i) (dd->dd_pacode[(i)]? (scr->scr_code + \ scr_code 321 dev/ic/sti.c if ((error = uvm_map_protect(kernel_map, scr->scr_code, scr_code 322 dev/ic/sti.c scr->scr_code + round_page(size), UVM_PROT_RX, FALSE))) { scr_code 324 dev/ic/sti.c uvm_km_free(kernel_map, scr->scr_code, round_page(size)); scr_code 338 dev/ic/sti.c uvm_km_free(kernel_map, scr->scr_code, scr_code 59 dev/ic/stivar.h vaddr_t scr_code;