OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_breakpoint
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
kvm.c
813
}
hw_breakpoint
[4];
variable in typeref:struct:__anon25608
822
if (
hw_breakpoint
[n].addr == addr &&
hw_breakpoint
[n].type == type &&
823
(
hw_breakpoint
[n].len == len || len == -1))
860
hw_breakpoint
[nb_hw_breakpoint].addr = addr;
861
hw_breakpoint
[nb_hw_breakpoint].len = len;
862
hw_breakpoint
[nb_hw_breakpoint].type = type;
878
hw_breakpoint
[n] =
hw_breakpoint
[nb_hw_breakpoint];
909
hw_watchpoint.vaddr =
hw_breakpoint
[n].addr
[
all
...]
/external/kernel-headers/original/linux/
perf_event.h
473
#include <asm/
hw_breakpoint
.h>
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
503
#include <asm/
hw_breakpoint
.h>
573
* problem
hw_breakpoint
has with context
Completed in 149 milliseconds