Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v5.4/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst9 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 …]
Dindex.rst14 fake-numa-for-cpusets
Dboot-options.rst176 numa=fake=<size>[MG]
180 numa=fake=<N>
181 If given as an integer, fills all system RAM with N fake nodes
184 numa=fake=<N>U
/Linux-v5.4/arch/s390/include/asm/
Dgmap.h126 int fake);
128 int fake);
130 int fake);
132 int fake);
134 unsigned long *pgt, int *dat_protection, int *fake);
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcfg.c1648 u8 *fake = fake_ie; in lbs_join_post() local
1657 *fake++ = WLAN_EID_SSID; in lbs_join_post()
1658 *fake++ = params->ssid_len; in lbs_join_post()
1659 memcpy(fake, params->ssid, params->ssid_len); in lbs_join_post()
1660 fake += params->ssid_len; in lbs_join_post()
1662 *fake++ = WLAN_EID_SUPP_RATES; in lbs_join_post()
1663 *fake++ = 4; in lbs_join_post()
1664 *fake++ = 0x82; in lbs_join_post()
1665 *fake++ = 0x84; in lbs_join_post()
1666 *fake++ = 0x8b; in lbs_join_post()
[all …]
/Linux-v5.4/arch/s390/kvm/
Dgaccess.c984 int *fake) in kvm_s390_shadow_tables() argument
992 *fake = 0; in kvm_s390_shadow_tables()
999 *fake = 1; in kvm_s390_shadow_tables()
1005 if (vaddr.rfx01 > asce.tl && !*fake) in kvm_s390_shadow_tables()
1032 if (*fake) { in kvm_s390_shadow_tables()
1050 rc = gmap_shadow_r2t(sg, saddr, rfte.val, *fake); in kvm_s390_shadow_tables()
1057 if (*fake) { in kvm_s390_shadow_tables()
1076 rc = gmap_shadow_r3t(sg, saddr, rste.val, *fake); in kvm_s390_shadow_tables()
1083 if (*fake) { in kvm_s390_shadow_tables()
1099 *fake = 1; in kvm_s390_shadow_tables()
[all …]
/Linux-v5.4/fs/ext4/
Dinline.c1341 struct ext4_dir_entry_2 fake; in ext4_inlinedir_to_tree() local
1377 fake.inode = cpu_to_le32(inode->i_ino); in ext4_inlinedir_to_tree()
1378 fake.name_len = 1; in ext4_inlinedir_to_tree()
1379 strcpy(fake.name, "."); in ext4_inlinedir_to_tree()
1380 fake.rec_len = ext4_rec_len_to_disk( in ext4_inlinedir_to_tree()
1381 EXT4_DIR_REC_LEN(fake.name_len), in ext4_inlinedir_to_tree()
1383 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR); in ext4_inlinedir_to_tree()
1384 de = &fake; in ext4_inlinedir_to_tree()
1387 fake.inode = cpu_to_le32(parent_ino); in ext4_inlinedir_to_tree()
1388 fake.name_len = 2; in ext4_inlinedir_to_tree()
[all …]
/Linux-v5.4/drivers/edac/
Dghes_edac.c459 bool fake = false; in ghes_edac_register() local
486 fake = true; in ghes_edac_register()
512 if (fake) { in ghes_edac_register()
525 if (!fake) { in ghes_edac_register()
/Linux-v5.4/arch/s390/mm/
Dgmap.c1731 int fake) in gmap_shadow_r2t() argument
1744 if (fake) in gmap_shadow_r2t()
1768 if (fake) { in gmap_shadow_r2t()
1815 int fake) in gmap_shadow_r3t() argument
1828 if (fake) in gmap_shadow_r3t()
1851 if (fake) { in gmap_shadow_r3t()
1898 int fake) in gmap_shadow_sgt() argument
1911 if (fake) in gmap_shadow_sgt()
1935 if (fake) { in gmap_shadow_sgt()
1983 int *fake) in gmap_shadow_pgt_lookup() argument
[all …]
/Linux-v5.4/drivers/vme/bridges/
DKconfig21 If you say Y here you get support for the fake VME bridge. This
/Linux-v5.4/drivers/iio/dummy/
DKconfig28 The purpose of this is to generate 'fake' event interrupts thus
/Linux-v5.4/tools/testing/selftests/firmware/
Dfw_lib.sh145 echo $(__setup_random_file fake)
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c92 static int adf_get_vf_real_id(u32 fake) in adf_get_vf_real_id() argument
99 if (ptr->fake_id == fake) in adf_get_vf_real_id()
/Linux-v5.4/arch/arm64/kvm/
DKconfig45 levels of fake page tables.
/Linux-v5.4/Documentation/i2c/
Di2c-stub.rst8 This module is a very simple fake I2C/SMBus driver. It implements six
/Linux-v5.4/Documentation/filesystems/ext4/
Dchecksums.rst51 fake entry enclosing the checksum field.
Ddirectory.rst163 the entire directory entry block up to (but not including) the fake
339 - fake.inode
343 - fake.rec\_len
/Linux-v5.4/drivers/net/dsa/
DKconfig24 This enables support for a fake mock-up switch chip which
/Linux-v5.4/drivers/tty/hvc/
DKconfig73 bool "udbg based fake hypervisor console"
/Linux-v5.4/drivers/net/ieee802154/
DKconfig18 Say Y here to enable the fake driver that can emulate a net
/Linux-v5.4/Documentation/power/
Denergy-model.rst103 performance domain in the Energy Model framework using the (fake) 'foo'
/Linux-v5.4/Documentation/usb/
Dauthorization.rst94 can fake descriptors and device info. Don't trust that. You are
/Linux-v5.4/drivers/staging/wusbcore/Documentation/
Dwusb-design-overview.rst324 the device. First we allocate a /fake port/ and assign an
326 0x80 | fake_port_idx). We fiddle with the fake port status and /hub_wq/
327 sees a new connection, so he moves on to enable the fake port with a reset.
350 toggling the bits in the fake hub port, which kicks hub_wq into removing
/Linux-v5.4/drivers/pci/pcie/
DKconfig44 error injection can fake almost all kinds of errors with the
/Linux-v5.4/Documentation/scsi/
DChangeLog.sym53c8xx_2143 - Use MMIO per default for Power PC instead of some fake normal IO,

123