HomeSort by: relevance | last modified time | path
    Searched defs:hpe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
patch.c 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local in function:x86_hotpatch_apply
226 hpe = (struct x86_hotpatch_destination *)&__rodata_hotpatch_end;
227 for (hp = hps; hp < hpe; hp++) {
patch.c 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local in function:x86_hotpatch_apply
226 hpe = (struct x86_hotpatch_destination *)&__rodata_hotpatch_end;
227 for (hp = hps; hp < hpe; hp++) {
patch.c 191 const struct x86_hotpatch_destination *hps, *hpe, *hp; local in function:x86_hotpatch_apply
226 hpe = (struct x86_hotpatch_destination *)&__rodata_hotpatch_end;
227 for (hp = hps; hp < hpe; hp++) {

Completed in 31 milliseconds