Home
last modified time | relevance | path

Searched full:sms (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c159 static uint64_t sbsa_ref_cpu_mp_affinity(SBSAMachineState *sms, int idx) in sbsa_ref_cpu_mp_affinity() argument
165 static void sbsa_fdt_add_gic_node(SBSAMachineState *sms) in sbsa_fdt_add_gic_node() argument
170 qemu_fdt_add_subnode(sms->fdt, intc_nodename); in sbsa_fdt_add_gic_node()
171 qemu_fdt_setprop_sized_cells(sms->fdt, intc_nodename, "reg", in sbsa_fdt_add_gic_node()
177 qemu_fdt_add_subnode(sms->fdt, its_nodename); in sbsa_fdt_add_gic_node()
178 qemu_fdt_setprop_sized_cells(sms->fdt, its_nodename, "reg", in sbsa_fdt_add_gic_node()
189 static void create_fdt(SBSAMachineState *sms) in create_fdt() argument
191 void *fdt = create_device_tree(&sms->fdt_size); in create_fdt()
192 const MachineState *ms = MACHINE(sms); in create_fdt()
201 sms->fdt = fdt; in create_fdt()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A DCVE-2024-7540_CVE-2024-7541_CVE-2024-7542.patch4 Subject: [PATCH] atmodem: sms: ensure buffer is initialized before use
16 drivers/atmodem/sms.c | 6 +++---
19 diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c
21 --- a/drivers/atmodem/sms.c
22 +++ b/drivers/atmodem/sms.c
24 struct sms_data *data = ofono_sms_get_data(sms);
33 struct sms_data *data = ofono_sms_get_data(sms);
42 struct sms_data *data = ofono_sms_get_data(sms);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc18 # incoming sms only from numbers written here (incoming sms from all other
24 # incoming sms from all numbers not written here (incoming sms from numbers
65 database = sms
74 inboxpath = /var/spool/sms/inbox/
75 outboxpath = /var/spool/sms/outbox/
76 sentsmspath = /var/spool/sms/sent/
77 errorsmspath = /var/spool/sms/error/
/openbmc/linux/arch/arm/mach-omap2/
H A Dsdrc.c3 * SMS/SDRC (SDRAM controller) common code for OMAP2/3
44 * omap2_sms_save_context - Save SMS registers
46 * Save SMS registers that need to be restored after off mode.
54 * omap2_sms_restore_context - Restore SMS registers
56 * Restore SMS registers that need to be Restored after off mode.
63 void __init omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms) in omap2_set_globals_sdrc() argument
66 omap2_sms_base = sms; in omap2_set_globals_sdrc()
70 * omap2_sdrc_init - initialize SMS, SDRC devices on boot
H A Dsdrc.h6 * OMAP2/3 SDRC/SMS macros and prototypes
39 /* SMS global register get/set */
51 extern void omap2_set_globals_sdrc(void __iomem *sdrc, void __iomem *sms);
188 * SMS register access
198 /* SMS register offsets - read/write with sms_{read,write}_reg() */
201 /* REVISIT: fill in other SMS registers here */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/
H A Dsmstools3_3.1.21.bb1 SUMMARY = "SMS Gateway software"
2 DESCRIPTION = "The SMS Server Tools 3 is a SMS Gateway software which can send and receive short me…
40 install -d "${D}${localstatedir}/spool/sms"
41 install -d "${D}${localstatedir}/spool/sms/incoming"
42 install -d "${D}${localstatedir}/spool/sms/outgoing"
43 install -d "${D}${localstatedir}/spool/sms/checked"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch21 # This script send a text sms at the command line by creating
22 # a sms file in the outgoing queue.
32 # This script converts a received sms file into a html file.
42 # This script converts a received sms file into a pure unicode text file.
52 # This script converts a pure unicode text file into an sms file for sending.
/openbmc/linux/drivers/counter/
H A Dstm32-timer-cnt.c103 u32 cr1, sms; in stm32_count_function_write() local
107 sms = TIM_SMCR_SMS_SLAVE_MODE_DISABLED; in stm32_count_function_write()
110 sms = TIM_SMCR_SMS_ENCODER_MODE_1; in stm32_count_function_write()
113 sms = TIM_SMCR_SMS_ENCODER_MODE_2; in stm32_count_function_write()
116 sms = TIM_SMCR_SMS_ENCODER_MODE_3; in stm32_count_function_write()
127 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_write()
/openbmc/qemu/hw/riscv/
H A Dshakti_c.c46 ShaktiCMachineState *sms = RISCV_SHAKTI_MACHINE(mstate); in shakti_c_machine_state_init() local
51 object_initialize_child(OBJECT(mstate), "soc", &sms->soc, in shakti_c_machine_state_init()
53 qdev_realize(DEVICE(&sms->soc), NULL, &error_abort); in shakti_c_machine_state_init()
65 riscv_setup_rom_reset_vec(mstate, &sms->soc.cpus, firmware_load_addr, in shakti_c_machine_state_init()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D19-cve-2016-9844-zipinfo-buffer-overflow.patch1 From: "Steven M. Schweda" <sms@antinode.info>
18 + /* 2016-12-05 SMS.
H A D18-cve-2014-9913-unzip-buffer-overflow.patch1 From: "Steven M. Schweda" <sms@antinode.info>
19 + /* 2013-02-26 SMS.
H A D10-cve-2014-8140-test-compr-eb.patch1 From: sms
23 + * 2. eb_ucsize is zero (invalid). 2014-12-04 SMS.
H A D11-cve-2014-8141-getzip64data.patch1 From: sms
52 + 2014-12-05 SMS.
/openbmc/linux/include/uapi/linux/
H A Dtty.h22 #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data */
23 /* cards about SMS messages */
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dmsmc.c53 struct mpax sms[16][8]; member
64 msmc->sms[priv_id][j].mpaxh &= 0xffffff7ful; in msmc_share_all_segments()
/openbmc/linux/drivers/media/common/siano/
H A Dsmsir.c19 #include "sms-cards.h"
56 "SMS IR (%s)", sms_get_board(board_id)->name); in sms_ir_init()
H A DMakefile2 smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/
H A Dgammu_1.42.0.bb60 # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at…
66 # | make[2]: *** [libgammu/CMakeFiles/libGammu.dir/service/sms/gsmems.o] Error 1
/openbmc/linux/Documentation/arch/x86/
H A Damd_hsmp.rst85 which is provided by the E-SMS project https://developer.amd.com/e-sms/.
/openbmc/linux/drivers/dma/dw/
H A Ddw.c75 u8 sms = (dwc->direction == DMA_DEV_TO_MEM) ? p_master : m_master; in dw_dma_prepare_ctllo() local
79 DWC_CTLL_DMS(dms) | DWC_CTLL_SMS(sms); in dw_dma_prepare_ctllo()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j784s4-main.dtsi61 ti,sci = <&sms>;
689 ti,sci = <&sms>;
703 ti,sci = <&sms>;
976 ti,sci = <&sms>;
990 ti,sci = <&sms>;
1414 ti,sci = <&sms>;
1429 ti,sci = <&sms>;
1454 ti,sci = <&sms>;
1469 ti,sci = <&sms>;
1494 ti,sci = <&sms>;
[all …]
H A Dk3-j784s4-mcu-wakeup.dtsi9 sms: system-controller@44083000 { label
113 ti,sci = <&sms>;
471 ti,sci = <&sms>;
486 ti,sci = <&sms>;
589 ti,sci = <&sms>;
604 ti,sci = <&sms>;
/openbmc/linux/drivers/macintosh/ams/
H A Dams-core.c195 np = of_find_node_by_name(NULL, "sms"); in ams_init()
196 if (np && of_device_is_compatible(np, "sms")) in ams_init()
/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.cpp113 lg2::debug("Asserting SMS Attention"); in checkQueueAndAlertHost()
138 lg2::debug("SMS Attention asserted"); in checkQueueAndAlertHost()
/openbmc/openbmc-test-automation/data/
H A Dipmi_raw_cmd_table.py280 "timer use SMS",
302 "timeout flag SMS",
337 "timer use SMS",
370 "timeout flag SMS",

1234