Searched refs:fake (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_autoload.c34 struct fake_kernel_struct *fake = (void *)ctx; local
35 fake->whatever = 123;
/linux-master/arch/s390/include/asm/
H A Dgmap.h130 int fake);
132 int fake);
134 int fake);
136 int fake);
138 unsigned long *pgt, int *dat_protection, int *fake);
/linux-master/lib/kunit/
H A Dkunit-test.c623 struct kunit fake; local
625 kunit_init_test(&fake, "fake test", NULL);
627 KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS);
628 kunit_set_failure(&fake);
629 KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE);
634 struct kunit fake; local
636 kunit_init_test(&fake, "fake test", NULL);
639 KUNIT_EXPECT_EQ(test, fake
672 struct kunit fake; local
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c1700 u8 *fake = fake_ie; local
1704 * For cfg80211_inform_bss, we'll need a fake IE, as we can't get
1705 * the real IE from the firmware. So we fabricate a fake IE based on
1709 *fake++ = WLAN_EID_SSID;
1710 *fake++ = params->ssid_len;
1711 memcpy(fake, params->ssid, params->ssid_len);
1712 fake += params->ssid_len;
1714 *fake++ = WLAN_EID_SUPP_RATES;
1715 *fake++ = 4;
1716 *fake
[all...]
/linux-master/arch/s390/kvm/
H A Dgaccess.c1363 * @fake: pgt references contiguous guest memory block, not a pgtable
1367 int *fake)
1376 *fake = 0;
1384 *fake = 1;
1390 if (vaddr.rfx01 > asce.tl && !*fake)
1417 if (*fake) {
1436 rc = gmap_shadow_r2t(sg, saddr, rfte.val, *fake);
1445 if (*fake) {
1465 rc = gmap_shadow_r3t(sg, saddr, rste.val, *fake);
1474 if (*fake) {
1365 kvm_s390_shadow_tables(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) argument
1568 int dat_protection, fake; local
[all...]
/linux-master/tools/testing/selftests/firmware/
H A Dfw_lib.sh148 if [[ "$1" = "fake" ]]; then
164 echo $(__setup_random_file fake)
/linux-master/drivers/edac/
H A Dghes_edac.c390 bool fake = false; local
410 fake = true;
436 if (fake) {
444 if (!fake) {
/linux-master/fs/ext4/
H A Dinline.c1343 struct ext4_dir_entry_2 fake; local
1379 fake.inode = cpu_to_le32(inode->i_ino);
1380 fake.name_len = 1;
1381 strcpy(fake.name, ".");
1382 fake.rec_len = ext4_rec_len_to_disk(
1383 ext4_dir_rec_len(fake.name_len, NULL),
1385 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR);
1386 de = &fake;
1389 fake.inode = cpu_to_le32(parent_ino);
1390 fake
[all...]
H A Ddir.c88 bool fake = is_fake_dir_entry(de); local
91 if (unlikely(rlen < ext4_dir_rec_len(1, fake ? NULL : dir)))
96 fake ? NULL : dir)))
113 "inode=%u, rec_len=%d, size=%d fake=%d",
115 rlen, size, fake);
119 "inode=%u, rec_len=%d, size=%d fake=%d",
121 rlen, size, fake);
H A Dnamei.c266 struct fake_dirent fake; member in struct:dx_node
2563 memset(&node2->fake, 0, sizeof(struct fake_dirent));
2564 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c48 static int adf_get_vf_real_id(u32 fake) argument
55 if (ptr->fake_id == fake)
/linux-master/arch/s390/mm/
H A Dgmap.c1753 * @fake: r2t references contiguous guest memory block, not a r2t
1767 int fake)
1781 if (fake)
1805 if (fake) {
1806 /* nothing to protect for fake tables */
1842 * @fake: r3t references contiguous guest memory block, not a r3t
1851 int fake)
1865 if (fake)
1889 if (fake) {
1890 /* nothing to protect for fake table
1766 gmap_shadow_r2t(struct gmap *sg, unsigned long saddr, unsigned long r2t, int fake) argument
1850 gmap_shadow_r3t(struct gmap *sg, unsigned long saddr, unsigned long r3t, int fake) argument
1934 gmap_shadow_sgt(struct gmap *sg, unsigned long saddr, unsigned long sgt, int fake) argument
2018 gmap_shadow_pgt_lookup(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) argument
2058 gmap_shadow_pgt(struct gmap *sg, unsigned long saddr, unsigned long pgt, int fake) argument
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c607 struct tegra210_emc_timing *fake, *last = emc->last, *next = emc->next; local
626 /* XXX fake == last */
627 fake = tegra210_emc_find_timing(emc, last->rate * 1000UL);
742 value = periodic_compensation_handler(emc, DVFS_SEQUENCE, fake,
925 tRTM = fake->dram_timings[RL] + div_o3(3600, src_clk_period) +
1313 value = (1000 * fake->dram_timings[T_RP]) / src_clk_period;
1322 delay += (1000 * fake->dram_timings[T_RP]) /
1324 delay += 4000 * fake->dram_timings[T_RFC];
1346 delay = ((1000 * fake->dram_timings[T_RP] / src_clk_period) +
1347 (1000 * fake
[all...]
/linux-master/drivers/phy/tegra/
H A Dxusb.c1084 int fake; local
1092 fake = tegra_xusb_find_unused_usb3_port(usb2->base.padctl);
1093 if (fake < 0) {
1098 dev_dbg(&usb2->base.dev, "Found unused usb3 port: %d\n", fake);
1099 usb2->usb3_port_fake = fake;
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c27 struct xe_pci_fake_data fake = { local
35 test->priv = &fake;
/linux-master/fs/bcachefs/
H A Dbtree_types.h515 x(fake) \
/linux-master/fs/udf/
H A Dinode.c506 int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK); local
511 /* The previous extent is fake and we should not extend by anything
513 if (!new_block_bytes && fake)
540 if (fake) {
672 * indirect extent! Create a fake extent... */
806 /* Create a fake extent when there's not one */
811 a fake one? */
823 * Is there any real extent? - otherwise we overwrite the fake
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c1420 static const struct b43_txstatus fake; /* filled with 0 */ local
1521 txstat = &fake;
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S64 or %g0, %g0, %o4 ! clear fake hword value
/linux-master/arch/arm/mm/
H A Dproc-v7.S310 ALT_UP(mov r0, r10) @ fake it for UP
/linux-master/arch/x86/kvm/
H A Demulate.c205 void (*fastop)(struct fastop *fake);
313 extern void em_##op(struct fastop *fake); \
1603 * SS.DPL, so fake an expand-up 32-bit data segment.

Completed in 294 milliseconds