| /linux-6.15/arch/microblaze/lib/ |
| H A D | cmpdi2.c | 11 const DWunion bu = { in __cmpdi2() local 15 if (au.s.high < bu.s.high) in __cmpdi2() 17 else if (au.s.high > bu.s.high) in __cmpdi2() 20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
| H A D | ucmpdi2.c | 9 const DWunion bu = {.ll = b}; in __ucmpdi2() local 11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
| /linux-6.15/lib/ |
| H A D | ucmpdi2.c | 11 const DWunion bu = {.ll = b}; in __ucmpdi2() local 13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
| H A D | cmpdi2.c | 14 const DWunion bu = { in __cmpdi2() local 18 if (au.s.high < bu.s.high) in __cmpdi2() 20 else if (au.s.high > bu.s.high) in __cmpdi2() 23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
| H A D | uuid.c | 68 void uuid_gen(uuid_t *bu) in uuid_gen() argument 70 __uuid_gen_common(bu->b); in uuid_gen() 72 bu->b[6] = (bu->b[6] & 0x0F) | 0x40; in uuid_gen()
|
| /linux-6.15/arch/parisc/lib/ |
| H A D | ucmpdi2.c | 16 union ull_union bu = {.ull = b}; in __ucmpdi2() local 18 if (au.ui.high < bu.ui.high) in __ucmpdi2() 20 else if (au.ui.high > bu.ui.high) in __ucmpdi2() 22 if (au.ui.low < bu.ui.low) in __ucmpdi2() 24 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
|
| /linux-6.15/fs/ubifs/ |
| H A D | file.c | 620 dn = bu->buf + (bu->zbranch[nn].offs - offs); in populate_page() 710 if (bu->eof) { in ubifs_do_bulk_read() 727 if (bu->cnt) { in ubifs_do_bulk_read() 733 bu->buf_len = bu->zbranch[bu->cnt - 1].offs + in ubifs_do_bulk_read() 734 bu->zbranch[bu->cnt - 1].len - in ubifs_do_bulk_read() 738 bu->buf = kmalloc(bu->buf_len, GFP_NOFS | __GFP_NOWARN); in ubifs_do_bulk_read() 739 if (!bu->buf) in ubifs_do_bulk_read() 783 kfree(bu->buf); in ubifs_do_bulk_read() 847 bu = &c->bu; in ubifs_bulk_read() 850 if (!bu) in ubifs_bulk_read() [all …]
|
| H A D | tnc.c | 1559 bu->cnt = 0; in ubifs_tnc_get_bu_keys() 1561 bu->eof = 0; in ubifs_tnc_get_bu_keys() 1577 bu->zbranch[bu->cnt++] = znode->zbranch[n]; in ubifs_tnc_get_bu_keys() 1628 bu->zbranch[bu->cnt++] = *zbr; in ubifs_tnc_get_bu_keys() 1638 bu->eof = 1; in ubifs_tnc_get_bu_keys() 1658 if (bu->eof) { in ubifs_tnc_get_bu_keys() 1664 block = key_block(c, &bu->key) + bu->blk_cnt; in ubifs_tnc_get_bu_keys() 1667 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block) in ubifs_tnc_get_bu_keys() 1669 bu->cnt -= 1; in ubifs_tnc_get_bu_keys() 1795 len = bu->zbranch[bu->cnt - 1].offs; in ubifs_tnc_bulk_read() [all …]
|
| H A D | super.c | 1154 if (c->bu.buf) in bu_init() 1158 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init() 1159 if (!c->bu.buf) { in bu_init() 1593 kfree(c->bu.buf); in mount_ubifs() 1637 kfree(c->bu.buf); in ubifs_umount() 1994 kfree(c->bu.buf); in ubifs_reconfigure() 1995 c->bu.buf = NULL; in ubifs_reconfigure()
|
| H A D | ubifs.h | 1335 struct bu_info bu; member 1877 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu); 1878 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
|
| /linux-6.15/arch/arm/mach-at91/ |
| H A D | pm.c | 129 struct at91_pm_bu *bu; member 489 soc_pm.bu->suspended = 1; in at91_pm_begin() 490 else if (soc_pm.bu) in at91_pm_begin() 491 soc_pm.bu->suspended = 0; in at91_pm_begin() 573 soc_pm.bu->ddr_phy_calibration[0] = modified_fix_code[index] << DDR3PHY_ZQ0SR0_PDO_OFF; in at91_suspend_finish() 593 soc_pm.bu->ddr_phy_calibration[i] = in at91_suspend_finish() 1097 soc_pm.bu = (void *)gen_pool_alloc(sram_pool, sizeof(struct at91_pm_bu)); in at91_pm_backup_init() 1098 if (!soc_pm.bu) { in at91_pm_backup_init() 1104 soc_pm.bu->suspended = 0; in at91_pm_backup_init() 1105 soc_pm.bu->canary = __pa_symbol(&canary); in at91_pm_backup_init() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 70 u16 ru, gu, bu, au; member 198 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 208 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 218 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200, 228 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200, 238 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200, 248 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200, 258 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 268 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 278 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, [all …]
|
| /linux-6.15/arch/loongarch/lib/ |
| H A D | unaligned.S | 38 2: ld.bu t3, a0, 0
|
| /linux-6.15/drivers/net/pse-pd/ |
| H A D | Kconfig | 21 example for basic implementation of PoDL (802.3bu) specification.
|
| /linux-6.15/arch/sparc/math-emu/ |
| H A D | math_32.c | 282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
|
| H A D | math_64.c | 176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
|
| /linux-6.15/fs/bcachefs/ |
| H A D | journal.c | 1116 long *bu = NULL; in bch2_set_nr_journal_buckets_iter() local 1122 bu = kcalloc(nr_want, sizeof(*bu), GFP_KERNEL); in bch2_set_nr_journal_buckets_iter() 1126 if (!bu || !ob || !new_buckets || !new_bucket_seq) { in bch2_set_nr_journal_buckets_iter() 1154 bu[nr_got] = ob[nr_got]->bucket; in bch2_set_nr_journal_buckets_iter() 1184 new_buckets[pos + i] = bu[i]; in bch2_set_nr_journal_buckets_iter() 1225 bu[i], BCH_DATA_free, 0, in bch2_set_nr_journal_buckets_iter() 1234 kfree(bu); in bch2_set_nr_journal_buckets_iter()
|
| /linux-6.15/Documentation/networking/pse-pd/ |
| H A D | introduction.rst | 38 - **802.3bu (Approved in 2016-12-07)**: Formerly referred to as PoDL, detailed
|
| /linux-6.15/drivers/pci/ |
| H A D | setup-bus.c | 743 u32 l, bu, lu; in pci_setup_bridge_mmio_pref() local 753 bu = lu = 0; in pci_setup_bridge_mmio_pref() 761 bu = upper_32_bits(region.start); in pci_setup_bridge_mmio_pref() 771 pci_write_config_dword(bridge, PCI_PREF_BASE_UPPER32, bu); in pci_setup_bridge_mmio_pref()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-wiimote-modules.c | 2225 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; in wiimod_guitar_in_ext() local 2270 bu = !(ext[5] & 0x01); in wiimod_guitar_in_ext() 2273 bu = !(ext[0] & 0x01); in wiimod_guitar_in_ext() 2300 bu); in wiimod_guitar_in_ext()
|
| /linux-6.15/drivers/video/fbdev/sis/ |
| H A D | sis_main.c | 6347 int bu = ivideo->sisfb_mode_idx; in sisfb_probe() local 6350 if(bu != ivideo->sisfb_mode_idx) { in sisfb_probe() 6352 sisbios_mode[bu].xres, in sisfb_probe() 6353 sisbios_mode[bu].yres, in sisfb_probe() 6354 sisbios_mode[bu].bpp); in sisfb_probe()
|