HomeSort by relevance Sort by last modified time
    Searched refs:Kernel (Results 26 - 31 of 31) sorted by null

12

  /build/core/
config.mk 154 # The build system exposes several variables for where to find the kernel
157 # device being built. It is set as $(TARGET_DEVICE_DIR)/kernel-headers,
158 # e.g. device/samsung/tuna/kernel-headers. This directory is not
164 # of devices. For example, device/<vendor>/common/kernel-headers could
172 # specific headers are, e.g. hardware/ti/omap4xxx/kernel-headers.
177 # The layout of subdirs in any of the kernel-headers dir should mirror the
178 # layout of the kernel include/ directory. For example,
179 # device/samsung/tuna/kernel-headers/linux/,
180 # hardware/ti/omap4xxx/kernel-headers/media/,
184 # bionic/libc/kernel/clean_header.py tool. Additionally, the original kerne
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 116 clEnumValN(CodeModel::Kernel, "kernel",
117 "Kernel code model"),
  /external/blktrace/doc/
blktrace.tex 36 \item[Kernel patch] A patch to the Linux kernel which includes the
37 kernel event logging interfaces, and patches to areas within the block
38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
41 \item[blktrace] A utility which transfers event traces from the kernel
51 The blktrace and blkparse utilities and associated kernel patch are provided
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 626 // FIXME: This can be improved for kernel and other models?
627 (M == CodeModel::Small || M == CodeModel::Kernel)) {
668 M == CodeModel::Small || M == CodeModel::Kernel) {
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 660 milliseconds

12