Home
last modified time | relevance | path

Searched refs:d (Results 426 – 450 of 9061) sorted by relevance

1...<<11121314151617181920>>...363

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_system.h44 static inline unsigned long seg_get_base(struct desc_struct *d) in seg_get_base() argument
46 unsigned long base = (unsigned long)d->base2 << 24; in seg_get_base()
48 return base | ((unsigned long)d->base1 << 16) | d->base0; in seg_get_base()
51 static inline unsigned long seg_get_limit(struct desc_struct *d) in seg_get_limit() argument
53 return ((unsigned long)d->limit1 << 16) | d->limit0; in seg_get_limit()
58 return d->g ? 4096 : 1; in seg_get_granularity()
61 static inline bool seg_expands_down(struct desc_struct *d) in seg_expands_down() argument
66 static inline bool seg_execute_only(struct desc_struct *d) in seg_execute_only() argument
68 return (d->type & SEG_TYPE_EXECUTE_MASK) == SEG_TYPE_EXECUTE; in seg_execute_only()
71 static inline bool seg_writable(struct desc_struct *d) in seg_writable() argument
[all …]
/openbmc/linux/include/linux/
H A Dsiphash.h37 u64 siphash_4u64(const u64 a, const u64 b, const u64 c, const u64 d,
49 const u32 d, const siphash_key_t *key) in siphash_4u32() argument
51 return siphash_2u64((u64)b << 32 | a, (u64)d << 32 | c, key); in siphash_4u32()
104 u32 hsiphash_4u32(const u32 a, const u32 b, const u32 c, const u32 d,
146 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument
148 (c) += (d), (d) = rol64((d), 16), (d) ^= (c), \
149 (a) += (d), (d) = rol64((d), 21), (d) ^= (a), \
157 #define HSIPHASH_PERMUTATION(a, b, c, d) ( \ argument
159 (c) += (d), (d) = rol32((d), 8), (d) ^= (c), \
160 (a) += (d), (d) = rol32((d), 7), (d) ^= (a), \
/openbmc/linux/drivers/irqchip/
H A Dirq-atmel-aic5.c86 static void aic5_mask(struct irq_data *d) in aic5_mask() argument
88 struct irq_domain *domain = d->domain; in aic5_mask()
99 gc->mask_cache &= ~d->mask; in aic5_mask()
105 struct irq_domain *domain = d->domain; in aic5_unmask()
116 gc->mask_cache |= d->mask; in aic5_unmask()
122 struct irq_domain *domain = d->domain; in aic5_retrigger()
136 struct irq_domain *domain = d->domain; in aic5_set_type()
144 ret = aic_common_set_type(d, type, &smr); in aic5_set_type()
157 struct irq_domain *domain = d->domain; in aic5_suspend()
187 struct irq_domain *domain = d->domain; in aic5_resume()
[all …]
H A Dirq-mips-gic.c179 static void gic_mask_irq(struct irq_data *d) in gic_mask_irq() argument
199 static void gic_ack_irq(struct irq_data *d) in gic_ack_irq() argument
211 irq = GIC_HWIRQ_TO_SHARED(d->hwirq); in gic_set_type()
332 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq()
339 int intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq()
356 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_mask_local_irq_all_vpes()
357 cd = irq_data_get_irq_chip_data(d); in gic_mask_local_irq_all_vpes()
374 intr = GIC_HWIRQ_TO_LOCAL(d->hwirq); in gic_unmask_local_irq_all_vpes()
375 cd = irq_data_get_irq_chip_data(d); in gic_unmask_local_irq_all_vpes()
557 return gic_irq_domain_map(d, virq, hwirq); in gic_irq_domain_alloc()
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c372 bool unmap_dst = d->dst_addr && dst_page != d->mapped_dst; in vmw_bo_cpu_blit_line()
373 bool unmap_src = d->src_addr && (src_page != d->mapped_src || in vmw_bo_cpu_blit_line()
393 d->dst_addr = in vmw_bo_cpu_blit_line()
406 d->src_addr = in vmw_bo_cpu_blit_line()
611 d.mapped_dst = 0; in vmw_bo_cpu_blit()
612 d.mapped_src = 0; in vmw_bo_cpu_blit()
613 d.dst_addr = NULL; in vmw_bo_cpu_blit()
614 d.src_addr = NULL; in vmw_bo_cpu_blit()
621 d.diff = diff; in vmw_bo_cpu_blit()
634 if (d.src_addr) in vmw_bo_cpu_blit()
[all …]
/openbmc/qemu/include/hw/timer/
H A Di8254.h52 ISADevice *d; in OBJECT_DECLARE_TYPE() local
54 d = isa_new(TYPE_I8254); in OBJECT_DECLARE_TYPE()
55 dev = DEVICE(d); in OBJECT_DECLARE_TYPE()
57 isa_realize_and_unref(d, bus, &error_fatal); in OBJECT_DECLARE_TYPE()
62 return d; in OBJECT_DECLARE_TYPE()
68 ISADevice *d; in kvm_pit_init() local
70 d = isa_new(TYPE_KVM_I8254); in kvm_pit_init()
71 dev = DEVICE(d); in kvm_pit_init()
73 isa_realize_and_unref(d, bus, &error_fatal); in kvm_pit_init()
75 return d; in kvm_pit_init()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass115 host = d.getVar('BUILD_SYS')
249 bbpath = d.getVar('BBPATH')
282 …uninative_file = d.expand('${UNINATIVE_DLDIR}/' + d.getVarFlag("UNINATIVE_CHECKSUM", d.getVar("BUI…
600 baseoutpath = d.getVar('SDK_OUTPUT') + '/' + d.getVar('SDKPATH')
623 def get_current_buildtools(d):
772 if d.getVar('SDK_ARCH') != d.getVar('BUILD_ARCH'):
784 d.setVar('SDK_INSTALL_TARGETS', get_sdk_install_targets(d))
789 d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d))
796 populate_sdk_common(d)
804 def get_ext_sdk_depends(d):
[all …]
H A Dmultilib_script.bbclass15 MULTILIB_SUFFIX = "${@d.getVar('base_libdir',1).split('/')[-1]}"
25 if not d.getVar("MULTILIB_VARIANTS"):
28 if bb.data.inherits_class('native', d) or bb.data.inherits_class('cross', d):
31 for entry in (d.getVar("MULTILIB_SCRIPTS", False) or "").split():
33 epkg = d.expand(pkg)
34 escript = d.expand(script)
36 d.appendVar("ALTERNATIVE:" + epkg, " " + scriptname + " ")
37 d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, escript)
38 d.setVarFlag("ALTERNATIVE_TARGET", scriptname, escript + "-${MULTILIB_SUFFIX}")
39d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + escript + " ${PKGD}" + escript + "-${MULTI…
[all …]
H A Dlibc-package.bbclass23 pn = d.getVar("PN")
105 if not d.getVar('PACKAGES'):
110 bpn = d.getVar('BPN')
111 libdir = d.getVar('libdir')
115 datadir = d.getVar('datadir')
188d.setVar('PACKAGES', d.getVar('PACKAGES', False) + ' ' + d.getVar('MLPREFIX', False) + bpn + '-gco…
224 d.setVar('pkg_postrm:%s' % pkgname, d.getVar('locale_base_postrm') % \
240 path = d.getVar("PATH")
305 d.setVar('PACKAGES', '%s %s' % (pkgname, d.getVar('PACKAGES')))
363 m.write("\t@echo 'Progress %d/%d'\n" % (i, total))
[all …]
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_andc.s7 and.d 2,r3
12 and.d -1,r3
16 move.d 0xffff,r3
17 and.d 0xffff,r3
22 and.d -1,r3
26 move.d 0x78134452,r3
27 and.d 0x5432f789,r3
41 move.d 0xfffff,r3
46 move.d 0xfedaffaf,r3
51 move.d 0x78134452,r3
[all …]
H A Dcheck_andm.s13 move.d x,r5
14 and.d [r5+],r3
19 and.d [r5],r3
24 move.d 0xffff,r3
25 and.d [r5+],r3
30 and.d [r5+],r3
34 move.d 0x78134452,r3
35 and.d [r5+],r3
49 move.d 0xfffff,r3
55 move.d 0xfedaffaf,r3
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcooker.py19 self.d = bb.data.init()
21 self.d.setVar('TOPDIR', topdir)
27 def append_collection(topdir, path, d): argument
33d.setVar('BBFILE_COLLECTIONS', (d.getVar('BBFILE_COLLECTIONS') or "") + " " + collection)
34 d.setVar('BBFILE_PATTERN_%s' % (collection), pattern)
35 d.setVar('BBFILE_PRIORITY_%s' % (collection), priority)
39 topdir = self.d.getVar("TOPDIR")
44 bbfile_config_priorities.append( append_collection(topdir, 'first', self.d) )
45 bbfile_config_priorities.append( append_collection(topdir, 'second', self.d) )
46 bbfile_config_priorities.append( append_collection(topdir, 'second/third', self.d) )
[all …]
/openbmc/linux/arch/loongarch/lib/
H A Dunaligned.S30 addi.d t0, a2, -1
31 slli.d t1, t0, 3
32 add.d a0, a0, t0
39 3: sll.d t3, t3, t1
41 addi.d t1, t1, -8
42 addi.d a0, a0, -1
43 addi.d a2, a2, -1
45 4: st.d t2, a1, 0
71 addi.d t0, t0, 8
72 addi.d a2, a2, -1
[all …]
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service_1.3.0.bb20 have_TPM = "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'TPM', '', d)}"
34 target = "${@d.getVar('TARGET_SYS',True).replace('-', ' ')}"
38 d)}"
43 inherit update-rc.d
52 install -d -m 700 -o parsec -g parsec "${D}${libexecdir}/parsec"
56 install -d -m 700 -o parsec -g parsec "${D}${sysconfdir}/parsec"
60 install -d ${D}${systemd_unitdir}/system
63 install -d ${D}${libdir}/tmpfiles.d
68 install -d ${D}${sysconfdir}/init.d
86 ${libdir}/tmpfiles.d/parsec-tmpfiles.conf \
[all …]
/openbmc/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst44 from the requested rate (d), and the values of the oversampling rate
50 r: 15625000, a: 15625000.00, d: 0.0000%, tcr: 4, cpr: 1.000, div: 1
51 r: 12500000, a: 12500000.00, d: 0.0000%, tcr: 5, cpr: 1.000, div: 1
52 r: 10416666, a: 10416666.67, d: 0.0000%, tcr: 6, cpr: 1.000, div: 1
53 r: 8928571, a: 8928571.43, d: 0.0000%, tcr: 7, cpr: 1.000, div: 1
54 r: 7812500, a: 7812500.00, d: 0.0000%, tcr: 8, cpr: 1.000, div: 1
55 r: 4000000, a: 4000000.00, d: 0.0000%, tcr: 5, cpr: 3.125, div: 1
56 r: 3686400, a: 3676470.59, d: -0.2694%, tcr: 8, cpr: 2.125, div: 1
57 r: 3500000, a: 3496503.50, d: -0.0999%, tcr: 13, cpr: 1.375, div: 1
58 r: 3000000, a: 2976190.48, d: -0.7937%, tcr: 14, cpr: 1.500, div: 1
[all …]
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c61 struct rdt_domain *d) in parse_bw() argument
138 struct rdt_domain *d) in parse_cbm() argument
208 struct rdt_domain *d; in parse_line() local
228 if (d->id == dom_id) { in parse_line()
244 rdtgrp->plr->d = d; in parse_line()
246 d->plr = rdtgrp->plr; in parse_line()
312 struct rdt_domain *d; in resctrl_arch_update_domains() local
499 if (!rdtgrp->plr->d) { in rdtgroup_schemata_show()
533 rr->d = d; in mon_event_read()
547 struct rdt_domain *d; in rdtgroup_mondata_show() local
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c22 struct dvb_usb_device *d; member
29 u8 s0 = vp7045_read_reg(state->d,0x00), in vp7045_fe_read_status()
30 s1 = vp7045_read_reg(state->d,0x01), in vp7045_fe_read_status()
31 s3 = vp7045_read_reg(state->d,0x03); in vp7045_fe_read_status()
56 (vp7045_read_reg(state->d, 0x0E) << 8) | in vp7045_fe_read_ber()
57 vp7045_read_reg(state->d, 0x0F); in vp7045_fe_read_ber()
64 *unc = (vp7045_read_reg(state->d, 0x10) << 8) | in vp7045_fe_read_unc_blocks()
65 vp7045_read_reg(state->d, 0x11); in vp7045_fe_read_unc_blocks()
73 vp7045_read_reg(state->d, 0x15); in vp7045_fe_read_signal_strength()
82 u8 _snr = vp7045_read_reg(state->d, 0x09); in vp7045_fe_read_snr()
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dsign_rpm.bbclass45 if d.getVar('RPM_GPG_PASSPHRASE_FILE'):
49 if not d.getVar(var):
52 if d.getVar('RPM_SIGN_FILES') == '1':
54 if not d.getVar(var):
62 signer = get_signer(d, d.getVar('RPM_GPG_BACKEND'))
63 rpms = glob.glob(d.getVar('RPM_PKGWRITEDIR') + '/*')
66 d.getVar('RPM_GPG_NAME'),
67 d.getVar('RPM_GPG_PASSPHRASE'),
69 int(d.getVar('RPM_GPG_SIGN_CHUNK')),
70 d.getVar('RPM_FSK_PATH'),
[all …]
/openbmc/qemu/hw/rtc/
H A Dm48t59-isa.c64 M48txxISAState *d = M48TXX_ISA(obj); in m48txx_isa_read() local
65 return m48t59_read(&d->state, addr); in m48txx_isa_read()
70 M48txxISAState *d = M48TXX_ISA(obj); in m48txx_isa_write() local
71 m48t59_write(&d->state, addr, val); in m48txx_isa_write()
76 M48txxISAState *d = M48TXX_ISA(obj); in m48txx_isa_toggle_lock() local
77 m48t59_toggle_lock(&d->state, lock); in m48txx_isa_toggle_lock()
89 M48txxISAState *isa = M48TXX_ISA(d); in m48t59_reset_isa()
100 M48t59State *s = &d->state; in m48t59_isa_realize()
102 if (d->isairq >= ISA_NUM_IRQS) { in m48t59_isa_realize()
112 if (d->io_base != 0) { in m48t59_isa_realize()
[all …]
/openbmc/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c356 work->dev = d->dev; in san_evt_bat_nf()
660 return san_rqst(d, buffer); in san_opreg_handler()
663 return san_etwl(d, buffer); in san_opreg_handler()
666 return san_rqsg(d, buffer); in san_opreg_handler()
683 d->nf_bat.base.priority = 1; in san_events_register()
691 d->nf_tmp.base.priority = 1; in san_events_register()
699 status = ssam_notifier_register(d->ctrl, &d->nf_bat); in san_events_register()
703 status = ssam_notifier_register(d->ctrl, &d->nf_tmp); in san_events_register()
705 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_register()
714 ssam_notifier_unregister(d->ctrl, &d->nf_bat); in san_events_unregister()
[all …]
/openbmc/linux/arch/microblaze/include/asm/
H A Dhash.h62 unsigned int b, c, d; in __hash_32()
70 d = c << 7; /* 7 18 */ in __hash_32()
71 d += b; /* 1 19 */ in __hash_32()
72 d <<= 8; /* 8 27 */ in __hash_32()
73 d += a; /* 1 28 */ in __hash_32()
74 d <<= 1; /* 1 29 */ in __hash_32()
75 d += b; /* 1 30 */ in __hash_32()
76 d <<= 6; /* 6 36 */ in __hash_32()
77 return d + c; /* 1 37 total instructions*/ in __hash_32()
/openbmc/qemu/.gitlab-ci.d/
H A Dqemu-project.yml12 - local: '/.gitlab-ci.d/base.yml'
13 - local: '/.gitlab-ci.d/stages.yml'
14 - local: '/.gitlab-ci.d/opensbi.yml'
15 - local: '/.gitlab-ci.d/containers.yml'
16 - local: '/.gitlab-ci.d/crossbuilds.yml'
17 - local: '/.gitlab-ci.d/buildtest.yml'
18 - local: '/.gitlab-ci.d/static_checks.yml'
19 - local: '/.gitlab-ci.d/custom-runners.yml'
20 - local: '/.gitlab-ci.d/cirrus.yml'
21 - local: '/.gitlab-ci.d/windows.yml'
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_version.bbclass5 def do_get_os_release_value(d, key):
8 path = d.getVar('STAGING_DIR_TARGET', True) + d.getVar('sysconfdir', True)
23 def do_get_version(d):
24 version = do_get_os_release_value(d, 'VERSION_ID')
27 def do_get_versionID(d):
29 version = do_get_version(d)
34 def do_get_buildID(d):
35 build_id = do_get_os_release_value(d, 'BUILD_ID')
38 def do_get_extended_version(d):
39 extended_version = do_get_os_release_value(d, 'EXTENDED_VERSION')
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb20 inherit update-rc.d systemd features_check
30 install -d ${D}${sysconfdir}/default
32 install -d ${D}${sysconfdir}/xserver-nodm
34 install -d ${D}${sysconfdir}/X11/Xsession.d
35 install X11/Xsession.d/* ${D}${sysconfdir}/X11/Xsession.d/
38 BLANK_ARGS="${@bb.utils.contains('PACKAGECONFIG', 'blank', '', '-s 0 -dpms', d)}"
53 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
54 install -d ${D}${systemd_system_unitdir}
59 if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then
60 install -d ${D}${sysconfdir}/init.d
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq_2.90.bb22 inherit pkgconfig update-rc.d systemd
83 install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d ${D}${sysconfdir}/dnsmasq.d
85 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/dnsmasq
87 install -d ${D}${systemd_unitdir}/system
96 install -d ${D}${sysconfdir}/systemd/resolved.conf.d/
100 if [ "${@bb.utils.filter('PACKAGECONFIG', 'dhcp', d)}" ]; then
105 if [ "${@bb.utils.filter('PACKAGECONFIG', 'dhcp6', d)}" ]; then
109 if [ "${@bb.utils.filter('PACKAGECONFIG', 'dbus', d)}" ]; then
110 install -d ${D}${sysconfdir}/dbus-1/system.d
115 install -d ${D}${sysconfdir}/resolvconf/update.d/
[all …]

1...<<11121314151617181920>>...363