Searched refs:kernel_type (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/purgatory/ |
| H A D | head.S | 105 lg %r11,kernel_type-.base_crash(%r13) 264 GLOBAL_VARIABLE kernel_type,8
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 66 CV_EXPORTS void filter2D(int stype, int dtype, int kernel_type, 95 int kernel_type, uchar * kernel_data, size_t kernel_step,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 66 CV_EXPORTS void filter2D(int stype, int dtype, int kernel_type, 95 int kernel_type, uchar * kernel_data, size_t kernel_step,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 66 CV_EXPORTS void filter2D(int stype, int dtype, int kernel_type, 95 int kernel_type, uchar * kernel_data, size_t kernel_step,
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | test-remote-image | 131 self.kernel_type = get_bb_var('KERNEL_IMAGETYPE', target=image_type) 157 self.kernel_file = self.kernel_type + '-' + machine + '.bin'
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0085-loader-bsd-Check-for-NULL-arg-up-front.patch | 29 kernel_type = KERNEL_TYPE_OPENBSD;
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | maint-appx.rst | 113 bsp_root_name-kernel_type.scc 220 machine (BSP) and "kernel_type" is one of the Yocto Project supported 223 linux-${MACHINE}-kernel_type-build
|
| H A D | advanced.rst | 476 bsp_root_name-kernel_type.scc 843 common/kernel_type/machine
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 767 kernel_type = str(get_bb_var('UBOOT_MKIMAGE_KERNEL_TYPE')) 780 'type = "' + kernel_type + '";',
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namespace.c | 3431 char *kernel_type; in SYSCALL_DEFINE5() local 3435 kernel_type = copy_mount_string(type); in SYSCALL_DEFINE5() 3436 ret = PTR_ERR(kernel_type); in SYSCALL_DEFINE5() 3437 if (IS_ERR(kernel_type)) in SYSCALL_DEFINE5() 3450 ret = do_mount(kernel_dev, dir_name, kernel_type, flags, options); in SYSCALL_DEFINE5() 3456 kfree(kernel_type); in SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 5671 my $kernel_type = 'u'; 5672 $kernel_type = 's' if ($type =~ /^_*[si]/); 5674 $kernel_type .= $1; 5676 "Prefer kernel type '$kernel_type' over '$type'\n" . $herecurr) && 5678 $fixed[$fixlinenr] =~ s/\b$type\b/$kernel_type/;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 6210 my $kernel_type = 'u'; 6211 $kernel_type = 's' if ($type =~ /^_*[si]/); 6213 $kernel_type .= $1; 6215 "Prefer kernel type '$kernel_type' over '$type'\n" . $herecurr) && 6217 $fixed[$fixlinenr] =~ s/\b$type\b/$kernel_type/;
|