/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 858 #define canon_pgprot(p) __pgprot(massage_pgprot(p)) argument
|
/openbmc/qemu/docs/devel/ |
H A D | tracing.rst | 147 qemu_vmalloc(size_t size, void *ptr) "size %zu ptr %p" 148 qemu_vfree(void *ptr) "ptr %p"
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 72 nseg->attrib.p = __SHIFTOUT(attrib, DESC_P_MASK); in nvmm_set_segment() 209 __SHIFTIN((uint32_t)nseg->attrib.p, DESC_P_MASK) | in nvmm_get_segment()
|
/openbmc/qemu/ |
H A D | meson_options.txt | 303 description: 'virtio-9p support') 305 description: 'virtio-9p proxy helper support')
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 1401 #define param_check_portnr(name, p) __param_check(name, p, unsigned int) argument
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 133 [](const auto& p) { return p.expired(); }); in createInterface() argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd9335.c | 91 #define WCD9335_SLIM_RX_CH(p) \ argument 92 {.port = p + WCD9335_RX_START, .shift = p,} 94 #define WCD9335_SLIM_TX_CH(p) \ argument 95 {.port = p, .shift = p,}
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-intel-pt.txt | 277 p precise ip 280 'p' is also not relevant to Intel PT. So only options 'u' and 'k' are 755 "per thread" mode is selected by -t or by --per-thread (with -p or -u or just a 765 option, or processes selected with -p or -u) are traced. Each cpu has its own 913 p synthesize "power" events (incl. PSB events) 1125 Note the q option does not specify what events will be synthesized e.g. the p 1302 …-host --guestkallsyms $KALLSYMS record --kcore -e intel_pt/tsc=0,mtc=0,cyc=1/k -p 1430 --per-thread 1341 $ mkdir -p vm0 1364 …$ sudo perf kvm --guest --host --guestkallsyms $KALLSYMS record --kcore -e intel_pt/cyc=1/k -p 169… 1522 $ mkdir -p ~/guestmount/13376
|
/openbmc/linux/fs/ocfs2/ |
H A D | xattr.c | 880 char *p = buffer + *result; in ocfs2_xattr_list_entry() local 917 memcpy(p, prefix, prefix_len); in ocfs2_xattr_list_entry() 918 memcpy(p + prefix_len, name, name_len); in ocfs2_xattr_list_entry() 919 p[prefix_len + name_len] = '\0'; in ocfs2_xattr_list_entry() 5782 struct ocfs2_post_refcount *p = NULL; in ocfs2_prepare_refcount_xattr() local 5820 p = &refcount; in ocfs2_prepare_refcount_xattr() 5879 le32_to_cpu(vb.vb_xv->xr_clusters), p); in ocfs2_prepare_refcount_xattr() 6058 struct ocfs2_post_refcount *p = NULL; in ocfs2_xattr_bucket_value_refcount() local 6062 p = &refcount; in ocfs2_xattr_bucket_value_refcount() 6086 ref->dealloc, p); in ocfs2_xattr_bucket_value_refcount()
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 2508 p = READ_ONCE(ptr); 2509 r = *p; 2530 int *p; 2535 r = *p; 2557 p = rcu_dereference(ptr); 2558 if (p == &x) 2559 r = *p; 2563 p = rcu_dereference(ptr); 2564 if (p == &x) 2570 p = rcu_dereference(ptr); [all …]
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 1565 int p; in pmbus_sensor_is_paged() local 1579 for (p = 1; p < info->pages; p++) { in pmbus_sensor_is_paged() 1580 if (info->func[p] & attr->func) in pmbus_sensor_is_paged()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 66 keycode 25 = p
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | README | 188 -p /dev/<SDCard dev>
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | procfile.rst | 69 the last ``p`` or ``c`` means playback or capture direction. The files in
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | socorro-syms.bbclass | 208 # http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 651 __u32 p; member
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | README.md | 61 openbmctool <connection options> logging remote_logging_config -a <IP address> -p <port>
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.8.rst | 177 - The ``oe-pkgdata-util`` script now expects a "-p" option to be
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ |
H A D | ffmpeg_6.1.1.bb | 150 mkdir -p ${B}/tmp
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest.README | 123 -device virtio-9p-pci,fsdev=test_mount,mount_tag=test_mount -smp 4 -m
|
/openbmc/linux/fs/ext2/ |
H A D | ext2.h | 728 extern struct ext2_dir_entry_2 *ext2_dotdot(struct inode *dir, struct page **p);
|
/openbmc/linux/Documentation/trace/postprocess/ |
H A D | trace-vmscan-postprocess.pl | 154 $regex =~ s/%p/\([0-9a-f]*\)/g;
|
/openbmc/linux/drivers/firewire/ |
H A D | core-card.c | 667 static int dummy_queue_iso(struct fw_iso_context *ctx, struct fw_iso_packet *p, in dummy_queue_iso() argument
|
/openbmc/linux/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 565 unsigned long e, void *p) in unfreeze_on_panic() argument
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_newworld.c | 533 static char *core99_fw_dev_path(FWPathProvider *p, BusState *bus, in core99_fw_dev_path() argument
|