OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bad_instr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/pci/
pcibios.c
575
uint8_t *
bad_instr
;
local in function:pcibios_copy_bios
584
bad_instr
= (uint8_t *)pcibios_entry_shadow.offset + 0x499;
585
if (*
bad_instr
!= 0x2e)
587
bad_instr
[0] = 0xb4;
bad_instr
[1] = 0xff; /* mov $0xff,%ah */
588
bad_instr
[2] = 0x90; /* nop */
589
bad_instr
[3] = 0x90; /* nop */
590
bad_instr
[4] = 0x90; /* nop */
591
bad_instr
[5] = 0x90; /* nop */
592
bad_instr
[6] = 0x90; /* nop *
[
all
...]
pcibios.c
575
uint8_t *
bad_instr
;
local in function:pcibios_copy_bios
584
bad_instr
= (uint8_t *)pcibios_entry_shadow.offset + 0x499;
585
if (*
bad_instr
!= 0x2e)
587
bad_instr
[0] = 0xb4;
bad_instr
[1] = 0xff; /* mov $0xff,%ah */
588
bad_instr
[2] = 0x90; /* nop */
589
bad_instr
[3] = 0x90; /* nop */
590
bad_instr
[4] = 0x90; /* nop */
591
bad_instr
[5] = 0x90; /* nop */
592
bad_instr
[6] = 0x90; /* nop *
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025