| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | fake-numa-for-cpusets.rst | 9 Using numa=fake and CPUSets for Resource Management 11 This document describes how the numa=fake x86_64 command-line option can be used 13 you can create fake NUMA nodes that represent contiguous chunks of memory and 20 more information on the numa=fake command line option and its various ways of 21 configuring fake nodes, see Documentation/x86/x86_64/boot-options.rst. 24 emulation setup of "numa=fake=4*512,". This will split our system memory into 30 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg:: 43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory 53 Now this cpuset, 'ddset', will only allowed access to fake nodes 0 and 1 for 57 available to them according to the fake nodes assigned as mems:: [all …]
|
| H A D | index.rst | 14 fake-numa-for-cpusets
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | cfg.c | 1652 u8 *fake = fake_ie; in lbs_join_post() local 1661 *fake++ = WLAN_EID_SSID; in lbs_join_post() 1662 *fake++ = params->ssid_len; in lbs_join_post() 1663 memcpy(fake, params->ssid, params->ssid_len); in lbs_join_post() 1664 fake += params->ssid_len; in lbs_join_post() 1666 *fake++ = WLAN_EID_SUPP_RATES; in lbs_join_post() 1667 *fake++ = 4; in lbs_join_post() 1668 *fake++ = 0x82; in lbs_join_post() 1669 *fake++ = 0x84; in lbs_join_post() 1670 *fake++ = 0x8b; in lbs_join_post() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | gmap.h | 130 int fake); 132 int fake); 134 int fake); 136 int fake); 138 unsigned long *pgt, int *dat_protection, int *fake);
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 82 static void announce_and_cleanup(bootm_headers_t *images, int fake) in announce_and_cleanup() argument 119 printf("\nStarting kernel ...%s\n\n", fake ? in announce_and_cleanup() 384 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() local 399 announce_and_cleanup(images, fake); in boot_jump_linux() 401 if (!fake) { in boot_jump_linux() 430 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() 449 announce_and_cleanup(images, fake); in boot_jump_linux() 456 if (!fake) { in boot_jump_linux()
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | gaccess.c | 986 int *fake) in kvm_s390_shadow_tables() argument 994 *fake = 0; in kvm_s390_shadow_tables() 1001 *fake = 1; in kvm_s390_shadow_tables() 1007 if (vaddr.rfx01 > asce.tl && !*fake) in kvm_s390_shadow_tables() 1034 if (*fake) { in kvm_s390_shadow_tables() 1053 rc = gmap_shadow_r2t(sg, saddr, rfte.val, *fake); in kvm_s390_shadow_tables() 1061 if (*fake) { in kvm_s390_shadow_tables() 1081 rc = gmap_shadow_r3t(sg, saddr, rste.val, *fake); in kvm_s390_shadow_tables() 1089 if (*fake) { in kvm_s390_shadow_tables() 1106 *fake = 1; in kvm_s390_shadow_tables() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | bootm.c | 64 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() local 72 printf("\nStarting kernel ...%s\n\n", fake ? in boot_jump_linux() 89 if (!fake) in boot_jump_linux()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbActions.c | 87 static XkbAction fake; in _FixUpAction() local 91 fake.type = XkbSA_NoAction; in _FixUpAction() 92 return fake; in _FixUpAction() 96 fake.mods.type = XkbSA_LatchMods; in _FixUpAction() 97 fake.mods.mask = act->mods.mask; in _FixUpAction() 99 fake.mods.flags = XkbSA_ClearLocks | XkbSA_LatchToLock; in _FixUpAction() 101 fake.mods.flags = XkbSA_ClearLocks; in _FixUpAction() 102 return fake; in _FixUpAction() 105 fake.group.type = XkbSA_LatchGroup; in _FixUpAction() 107 fake.group.flags = XkbSA_ClearLocks | XkbSA_LatchToLock; in _FixUpAction() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_autoload.c | 34 struct fake_kernel_struct *fake = (void *)ctx; in prog3() local 35 fake->whatever = 123; in prog3()
|
| /OK3568_Linux_fs/buildroot/package/libdrm-cursor/ |
| H A D | Config.in | 2 bool "A hook of drm cursor APIs to fake cursor plane." 6 A hook of drm cursor APIs to fake cursor plane.
|
| /OK3568_Linux_fs/external/drm-cursor/debian/ |
| H A D | control | 19 Description: A hook of drm cursor APIs to fake cursor plane. 24 Description: A hook of drm cursor APIs to fake cursor plane.
|
| /OK3568_Linux_fs/buildroot/package/rockchip/camera-engine-rkaiq/ |
| H A D | Config.in | 23 string "Rockchip Camera Engine fake camera IQ xml file" 26 Rockchip sensor fake camera IQ xml file.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | vidtv.rst | 18 - A fake tuner driver, which will report a bad signal quality if the chosen 22 - A fake demod driver, which will constantly poll the fake signal quality 26 - A fake bridge driver, which is the module responsible for modprobing the 27 fake tuner and demod modules and implementing the demux logic. This module 32 passed to the bridge driver. This fake stream contains some hardcoded content. 81 This probability be used by the fake demodulator driver to 87 probability be used by the fake demodulator driver to eventually 129 Implements a fake tuner DVB driver. 132 Implements a fake demodulator DVB driver. 365 Vidtv is a fake driver and does not validate much of the information
|
| /OK3568_Linux_fs/buildroot/package/imx-mkimage/ |
| H A D | 0003-Add-unused-fake-version.patch | 4 Subject: [PATCH] Add unused fake version 11 We can safely add a fake version here, because the code to
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | Kconfig.unstable | 24 bool "Enable the experimental fake lmem" 28 Convert some system memory into a fake local memory region for
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | inline.c | 1369 struct ext4_dir_entry_2 fake; in ext4_inlinedir_to_tree() local 1405 fake.inode = cpu_to_le32(inode->i_ino); in ext4_inlinedir_to_tree() 1406 fake.name_len = 1; in ext4_inlinedir_to_tree() 1407 strcpy(fake.name, "."); in ext4_inlinedir_to_tree() 1408 fake.rec_len = ext4_rec_len_to_disk( in ext4_inlinedir_to_tree() 1409 ext4_dir_rec_len(fake.name_len, NULL), in ext4_inlinedir_to_tree() 1411 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR); in ext4_inlinedir_to_tree() 1412 de = &fake; in ext4_inlinedir_to_tree() 1415 fake.inode = cpu_to_le32(parent_ino); in ext4_inlinedir_to_tree() 1416 fake.name_len = 2; in ext4_inlinedir_to_tree() [all …]
|
| H A D | dir.c | 93 bool fake = is_fake_entry(dir, lblk, offset, blocksize); in __ext4_check_dir_entry() local 96 if (unlikely(rlen < ext4_dir_rec_len(1, fake ? NULL : dir))) in __ext4_check_dir_entry() 101 fake ? NULL : dir))) in __ext4_check_dir_entry() 120 rlen, lblk, size, fake); in __ext4_check_dir_entry() 126 rlen, lblk, size, fake); in __ext4_check_dir_entry()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86platformBus.h | 110 _xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) in _xf86_get_platform_device_attrib() 135 _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0… in _xf86_get_platform_device_int_attrib()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/ |
| H A D | qtpositioning.qdocconf | 24 qhp.QtPositioning.subprojects.classes.selectors = class fake:headerfile 32 qhp.QtPositioning.subprojects.examples.selectors = fake:example
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/ |
| H A D | qtlocation.qdocconf | 24 qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile 32 qhp.QtLocation.subprojects.examples.selectors = fake:example
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | gmap.c | 1736 int fake) in gmap_shadow_r2t() argument 1749 if (fake) in gmap_shadow_r2t() 1773 if (fake) { in gmap_shadow_r2t() 1820 int fake) in gmap_shadow_r3t() argument 1833 if (fake) in gmap_shadow_r3t() 1857 if (fake) { in gmap_shadow_r3t() 1904 int fake) in gmap_shadow_sgt() argument 1917 if (fake) in gmap_shadow_sgt() 1941 if (fake) { in gmap_shadow_sgt() 1989 int *fake) in gmap_shadow_pgt_lookup() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/dts/ |
| H A D | test.dts | 154 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x00>; 160 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x11>; 166 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x33>; 172 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x22>;
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | ghes_edac.c | 515 bool fake = false; in ghes_edac_register() local 546 fake = true; in ghes_edac_register() 572 if (fake) { in ghes_edac_register() 585 if (!fake) { in ghes_edac_register()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | iterator.hpp | 216 class fake{}; class 220 <InputIt, const boost::iterators::random_access_traversal_tag&, const fake&>::type
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0019-tst_QPluginLoader-Simplify-creating-a-fake-pointer-i.patch | 4 Subject: [PATCH] tst_QPluginLoader: Simplify creating a fake pointer in 32 To simplify things, just initialize the fake pointers as regular
|