Home
last modified time | relevance | path

Searched refs:simple_process (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tools/simple_process/
DMakefile3 all: simple_process
6 cp simple_process ../../bin
8 simple_process: simple_process.o target
10 simple_process.o: simple_process.c
13 rm -f simple_process *.o
/third_party/ltp/testcases/kernel/mce-test/tools/
DMakefile3 $(MAKE) -C simple_process
4 $(MAKE) -C simple_process install
6 $(MAKE) -C simple_process clean
/third_party/ltp/testcases/kernel/mce-test/kvm/guest/
Dguest_run.sh23 killall simple_process
27 ./simple_process > /dev/null &
29 ./page-types -p `pidof simple_process` -LN -b anon > guest_page
/third_party/ltp/testcases/kernel/mce-test/lib/
Dapei-inject.sh100 killall simple_process
101 $TDIR/simple_process/simple_process > /dev/null &
103 page-types -p `pidof simple_process` -LN -b ano > $RDIR/$this_case/page
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
Dhost_run.sh222 gcc -o simple_process ../../tools/simple_process/simple_process.c
224 cp simple_process $mnt/$GUEST_DIR
376 rm -f ./simple_process ./page-types
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME36 * simple_process:
37 A process constantly access the allocated memeory. (../tools/simple_process)
80 MCE 0x75925: Killing simple_process:2273 early due to hardware memory corruption
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/
DREADME30 cd mce-test/tools/simple_process