HomeSort by relevance Sort by last modified time
    Searched refs:fault (Results 26 - 50 of 97) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
PageFaultHandler.S 18 # Defines page fault handler used to hook SMM IDT
PageFaultHandler.asm 18 ; Defines page fault handler used to hook SMM IDT
  /external/kernel-headers/original/uapi/misc/
cxl.h 150 struct cxl_event_data_storage fault; member in union:cxl_event::__anon26219
  /external/syzkaller/tools/syz-prog2c/
prog2c.go 28 flagFaultCall = flag.Int("fault_call", -1, "inject fault into this call (0-based)")
29 flagFaultNth = flag.Int("fault_nth", 0, "inject fault on n-th operation (0-based)")
67 Fault: *flagFaultCall >= 0,
  /external/syzkaller/tools/syz-execprog/
execprog.go 35 flagFaultCall = flag.Int("fault_call", -1, "inject fault into this call (0-based)")
36 flagFaultNth = flag.Int("fault_nth", 0, "inject fault on n-th operation (0-based)")
128 if *flagFaultCall == -1 && entry.Fault {
162 strOpts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)",
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi64.asm 225 ; Double fault causes an error code to be pushed so no phony push necessary
251 ; Stack fault causes an error code to be pushed so no phony push necessary
258 ; GP fault causes an error code to be pushed so no phony push necessary
265 ; Page fault causes an error code to be pushed so no phony push necessary
738 Int8String db "08h Double fault -",0
742 Int12String db "0Ch Stack fault -",0
743 Int13String db "0Dh General protection fault -",0
744 Int14String db "0Eh Page fault -",0
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 67 fault = ASIO_SOCKET_ERROR(EFAULT), enumerator in enum:asio::error::basic_errors
  /external/expat/tests/
runtests.c 1684 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
1712 ExtFaults fault = { local
1734 ExtFaults fault = { local
1958 const ExtFaults *fault = faults; local
3455 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
3506 ExtFaults *fault; local
4530 ExtFaults *fault; local
4569 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
6811 ExtFaults fault = { local
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 146 && parser.getName().equals("Fault")) {
147 SoapFault fault; local
149 fault = new SoapFault(this.version);
151 fault = new SoapFault12(this.version);
153 fault.parse(parser);
154 bodyIn = fault;
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
server.py 107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
267 except Fault as fault:
268 response = dumps(fault, allow_none=self.allow_none,
275 Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault as fault:
367 {'faultCode' : fault.faultCode,
368 'faultString' : fault.faultString}
643 Fault(1, "%s:%s" % (exc_type, exc_value))
    [all...]
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 254 fault address: 0x12345678
326 fault address: 0x12345678
455 fault address: 0x12345678
527 fault address: 0x12345678
611 fault address: 0x12345678
686 fault address: 0x12345678
  /external/syzkaller/syz-fuzzer/
proc.go 204 log.Logf(1, "#%v: injecting fault into call %v/%v", proc.pid, call, nth)
294 strOpts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)", opts.FaultCall, opts.FaultNth)
  /external/syzkaller/pkg/host/
host.go 75 FeatureFaultInjection: {Name: "fault injection", Reason: unsupported},
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 40 - The problem manifests itself with a segmentation fault inside a memory copy routine and during startup you will get the following warning: "WARNING: Error in initializing MVAPICH2 ptmalloc library. Continuing without InfiniBand registration cache support."
  /external/mesa3d/src/amd/common/
ac_debug.c 618 * Parse dmesg and return TRUE if a VM fault has been detected.
622 * \param out_addr detected VM fault addr
631 bool fault = false; local
663 /* Only process the first VM fault. */
664 if (fault)
682 * ..: [gfxhub] VMC page fault (src_id:0 ring:158 vm_id:2 pas_id:0)
686 header_line = "VMC page fault";
690 header_line = "GPU fault detected:";
707 fault = true;
721 return fault;
    [all...]
  /external/syzkaller/pkg/csource/
options.go 25 Fault bool `json:"fault,omitempty"` // inject fault into FaultCall/FaultNth
113 if opts.Fault {
114 return fmt.Errorf("Fault is not supported on %v", OS)
167 " Fault:%t FaultCall:%d FaultNth:%d EnableTun:%t UseTmpDir:%t"+
170 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
183 " Fault:%t FaultCall:%d FaultNth:%d EnableTun:%t UseTmpDir:%t"+
186 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
options_test.go 31 "fault":true,"fault_call":1,"fault_nth":2,"tun":true,"tmpdir":true,"cgroups":true,
39 Fault: true,
50 "{Threaded:true Collide:true Repeat:true Procs:1 Sandbox:none Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
56 Fault: false,
65 "{Threaded:true Collide:true Repeat:true Procs:1 Sandbox: Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
71 Fault: false,
80 "{Threaded:false Collide:true Repeat:true Procs:1 Sandbox:namespace Fault:false FaultCall:-1 FaultNth:0 EnableTun:true UseTmpDir:true EnableCgroups:true HandleSegv:true WaitRepeat:true Debug:false Repro:false}": {
86 Fault: false,
  /external/syzkaller/pkg/ipc/
ipc.go 32 FlagEnableFault // enable fault injection support
44 FlagInjectFault // inject a fault in this execution (see ExecOpts)
52 FaultCall int // call index for fault injection (0-based)
53 FaultNth int // fault n-th operation in the call (0-based)
82 CallFaultInjected // fault was injected into this call
  /external/syzkaller/pkg/repro/
repro.go 297 opts.Fault = ent.Fault
356 // Execute the program without fault injection.
371 // Try with fault injection.
374 if entry.Fault {
390 ctx.reproLog(3, "bisect: concatenation succeeded with fault injection")
410 if res.Opts.Fault {
501 if opts.Fault {
502 entry.Fault = true
531 if !opts.Fault {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 268 ; PageFaultIdtHandlerSmmProfile is the entry point page fault only
289 push 0eh ; Page Fault
471 ; Enable TF bit after page fault handler runs
478 ; Page Fault Exception Handler entry when SMM Stack Guard is enabled
678 ; Set single step DB# if SMM profile is enabled and page fault exception happens
697 ; Jump to the iretd so next page fault handler as a task will start again after iretd.
  /external/u-boot/arch/arm/dts/
armada-388-clearfog.dts 386 tx-fault-gpio = <&expander0 13 GPIO_ACTIVE_HIGH>;
  /external/libpng/contrib/libtests/
pngvalid.c 178 #define context(ps,fault) anon_context(ps); png_store *fault
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 162 pushq $0x0e # Page Fault
359 # Enable TF bit after page fault handler runs
SmiException.asm 178 push 0eh ; Page Fault
375 ; Enable TF bit after page fault handler runs
  /external/syzkaller/pkg/report/
linux.go 70 regexp.MustCompile(`^arch/.*/mm/fault.c`),
586 // Fault injection stacks are frequently intermixed with crash reports.
    [all...]

Completed in 2479 milliseconds

12 3 4