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

  /src/sys/arch/x86/x86/
patch.c 62 struct x86_hotpatch_destination { struct
191 const struct x86_hotpatch_destination *hps, *hpe, *hp;
225 hps = (struct x86_hotpatch_destination *)&__rodata_hotpatch_start;
226 hpe = (struct x86_hotpatch_destination *)&__rodata_hotpatch_end;
patch.c 62 struct x86_hotpatch_destination { struct
191 const struct x86_hotpatch_destination *hps, *hpe, *hp;
225 hps = (struct x86_hotpatch_destination *)&__rodata_hotpatch_start;
226 hpe = (struct x86_hotpatch_destination *)&__rodata_hotpatch_end;

Completed in 34 milliseconds