/openbmc/linux/include/acpi/platform/ |
H A D | aclinux.h | 119 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p)) argument
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 69 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() argument 82 sp = p; in target_create_elf_tables()
|
/openbmc/qemu/host/include/x86_64/host/ |
H A D | load-extract-al16-al8.h.inc | 19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
|
/openbmc/qemu/host/include/aarch64/host/ |
H A D | store-insert-al16.h.inc | 13 * @p: host address 17 * Atomically store @val to @p masked by @msk.
|
/openbmc/phosphor-logging/test/ |
H A D | extensions_test.cpp | 90 for (auto& p : Extensions::getDeleteProhibitedFunctions()) in REGISTER_EXTENSION_FUNCTION() local 93 p(5, prohibited); in REGISTER_EXTENSION_FUNCTION()
|
/openbmc/phosphor-event/ |
H A D | message.cpp | 277 myfile.write((char*) rec->p, hdr.debugdatalen); in create_log_event() 325 (*rec)->p = new uint8_t[hdr.debugdatalen]; in open() 326 f.read((char*)(*rec)->p, hdr.debugdatalen); in open() 340 delete[] rec->p; in close()
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | afs.c | 53 u32 *p = words; in word_sum() local 57 sum += *p++; in word_sum() 62 static u32 word_sum_v2(u32 *p, u32 num) in word_sum_v2() argument 70 val = p[i]; in word_sum_v2()
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_psi.h | 382 vidtv_psi_pat_program_destroy(struct vidtv_psi_table_pat_program *p); 385 vidtv_psi_pat_table_destroy(struct vidtv_psi_table_pat *p); 460 struct vidtv_psi_table_pat_program *p); 639 u16 vidtv_psi_get_pat_program_pid(struct vidtv_psi_table_pat_program *p);
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 58 for p in sys.path: 59 if pivot in p: 60 nativelibfolder = p[:p.find(pivot)+len(pivot)]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 391 unsigned int p; \ 406 p = personality(current->personality); \ 407 if (p != PER_LINUX32 && p != PER_LINUX) \
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
H A D | 0006-cmd-go-make-GOROOT-precious-by-default.patch | 102 + p := a.Package 103 + if p.Standard || p.Goroot { 104 + err := fmt.Errorf("attempting to install package %s into read-only GOROOT", p.ImportPath)
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad3552r.yaml | 95 adi,gain-scaling-p-inv-log2: 96 description: GainP = 1 / ( 2 ^ adi,gain-scaling-p-inv-log2) 110 - adi,gain-scaling-p-inv-log2 211 adi,gain-scaling-p-inv-log2 = <1>;
|
/openbmc/linux/include/linux/ |
H A D | rbtree_augmented.h | 183 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() argument 185 rb->__rb_parent_color = rb_color(rb) + (unsigned long)p; in rb_set_parent() 189 struct rb_node *p, int color) in rb_set_parent_color() argument 191 rb->__rb_parent_color = (unsigned long)p + color; in rb_set_parent_color()
|
/openbmc/linux/lib/ |
H A D | test_kprobes.c | 36 static int kp_pre_handler(struct kprobe *p, struct pt_regs *regs) in kp_pre_handler() argument 44 static void kp_post_handler(struct kprobe *p, struct pt_regs *regs, in kp_post_handler() argument 103 static int kp_pre_handler2(struct kprobe *p, struct pt_regs *regs) in kp_pre_handler2() argument 109 static void kp_post_handler2(struct kprobe *p, struct pt_regs *regs, in kp_post_handler2() argument
|
/openbmc/linux/drivers/tty/serial/ |
H A D | mux.c | 63 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) argument 64 #define UART_GET_FIFO_CNT(p) __raw_readl((p)->membase + IO_DCOUNT_REG_OFFSET) argument
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | mprls0025pa.c | 252 static irqreturn_t mpr_eoc_handler(int irq, void *p) in mpr_eoc_handler() argument 254 struct mpr_data *data = p; in mpr_eoc_handler() 261 static irqreturn_t mpr_trigger_handler(int irq, void *p) in mpr_trigger_handler() argument 264 struct iio_poll_func *pf = p; in mpr_trigger_handler()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 37 insn_byte_t p; in insn_has_rep_prefix() local 42 for_each_insn_prefix(insn, i, p) { in insn_has_rep_prefix() 43 if (p == 0xf2 || p == 0xf3) in insn_has_rep_prefix()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_serdev.c | 304 const struct hci_uart_proto *p, in hci_uart_register_device_priv() argument 321 err = p->open(hu); in hci_uart_register_device_priv() 325 hu->proto = p; in hci_uart_register_device_priv() 386 p->close(hu); in hci_uart_register_device_priv()
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | image_verify.cpp | 76 for (const auto& p : fs::recursive_directory_iterator(signedConfPath)) in getAvailableKeyTypesFromSystem() local 78 if ((p.path().filename() == HASH_FILE_NAME) || in getAvailableKeyTypesFromSystem() 79 (p.path().filename() == PUBLICKEY_FILE_NAME)) in getAvailableKeyTypesFromSystem() 83 auto key = p.path().parent_path(); in getAvailableKeyTypesFromSystem()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channelcommands.cpp | 295 constexpr uint16_t standardPayloadBit(PayloadType p) in standardPayloadBit() argument 297 return (1 << static_cast<size_t>(p)); in standardPayloadBit() 300 constexpr uint16_t sessionPayloadBit(PayloadType p) in sessionPayloadBit() argument 304 return ((1 << static_cast<size_t>(p)) >> sessionShift); in sessionPayloadBit()
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableSystem.vue | 103 <p class="mt-1 mb-2 h6 float-none m-0"> 105 </p> 115 <p class="mt-1 mb-2 h6 float-none m-0"> 117 </p>
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | io_pgtable_v2.c | 109 u64 *p; in free_pgtable() local 124 p = get_pgtable_pte(pt[i]); in free_pgtable() 126 free_pgtable(p, level - 1); in free_pgtable() 128 free_pgtable_page(p); in free_pgtable()
|
/openbmc/linux/drivers/clk/spear/ |
H A D | spear1310_clock.c | 232 {.mode = 0, .m = 0x83, .n = 0x04, .p = 0x5}, /* vco 1572, pll 49.125 MHz */ 233 {.mode = 0, .m = 0x7D, .n = 0x06, .p = 0x3}, /* vco 1000, pll 125 MHz */ 234 {.mode = 0, .m = 0x64, .n = 0x06, .p = 0x1}, /* vco 800, pll 400 MHz */ 235 {.mode = 0, .m = 0x7D, .n = 0x06, .p = 0x1}, /* vco 1000, pll 500 MHz */ 236 {.mode = 0, .m = 0xA6, .n = 0x06, .p = 0x1}, /* vco 1328, pll 664 MHz */ 237 {.mode = 0, .m = 0xC8, .n = 0x06, .p = 0x1}, /* vco 1600, pll 800 MHz */ 238 {.mode = 0, .m = 0x7D, .n = 0x06, .p = 0x0}, /* vco 1, pll 1 GHz */ 243 {.mode = 0, .m = 0x7D, .n = 0x06, .p = 0x2}, /* vco 1000, pll 250 MHz */ 244 {.mode = 0, .m = 0xA6, .n = 0x06, .p = 0x2}, /* vco 1328, pll 332 MHz */ 245 {.mode = 0, .m = 0xC8, .n = 0x06, .p = 0x2}, /* vco 1600, pll 400 MHz */ [all …]
|
/openbmc/linux/drivers/firewire/ |
H A D | core-device.c | 34 void fw_csr_iterator_init(struct fw_csr_iterator *ci, const u32 *p) in fw_csr_iterator_init() argument 36 ci->p = p + 1; in fw_csr_iterator_init() 37 ci->end = ci->p + (p[0] >> 16); in fw_csr_iterator_init() 43 *key = *ci->p >> 24; in fw_csr_iterator_next() 44 *value = *ci->p & 0xffffff; in fw_csr_iterator_next() 46 return ci->p++ < ci->end; in fw_csr_iterator_next() 59 return ci.p - 1 + value; in search_leaf() 452 i += units_sprintf(&buf[i], ci.p + value - 1); in units_show() 706 unit->directory = ci.p + value - 1; in create_units()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 485 struct resource *p, *last; in cxl_dpa_alloc() local 502 for (p = cxlds->ram_res.child, last = NULL; p; p = p->sibling) in cxl_dpa_alloc() 503 last = p; in cxl_dpa_alloc() 509 for (p = cxlds->pmem_res.child, last = NULL; p; p = p->sibling) in cxl_dpa_alloc() 510 last = p; in cxl_dpa_alloc()
|