Searched refs:shared_buffer (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | indirect_streambuf.hpp | 110 …bool shared_buffer() const { return is_convertible<Mode, seekable>::value || is_convertible<Mode, … in shared_buffer() function in boost::iostreams::detail::indirect_streambuf 174 if (!shared_buffer()) in open() 179 if (can_write() && !shared_buffer()) { in open() 286 (shared_buffer() && gptr() != 0) ) in overflow() 420 if (shared_buffer() && pptr() != 0) { in init_get_area() 431 if (shared_buffer() && gptr() != 0) { in init_put_area()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sev-es-shared.c | 395 ghcb_count = sizeof(ghcb->shared_buffer) / io_bytes; in vc_handle_ioio() 407 ghcb->shared_buffer, io_bytes, in vc_handle_ioio() 418 sw_scratch = __pa(ghcb) + offsetof(struct ghcb, shared_buffer); in vc_handle_ioio() 429 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
|
| H A D | sev-es.c | 823 ghcb_set_sw_scratch(ghcb, ghcb_pa + offsetof(struct ghcb, shared_buffer)); in vc_do_mmio() 857 memcpy(reg_data, ghcb->shared_buffer, bytes); in vc_handle_mmio_twobyte_ops() 878 u8 *val = (u8 *)ghcb->shared_buffer; in vc_handle_mmio_twobyte_ops() 882 u16 *val = (u16 *)ghcb->shared_buffer; in vc_handle_mmio_twobyte_ops() 888 memcpy(reg_data, ghcb->shared_buffer, bytes); in vc_handle_mmio_twobyte_ops() 986 memcpy(ghcb->shared_buffer, reg_data, bytes); in vc_handle_mmio() 998 memcpy(ghcb->shared_buffer, insn->immediate1.bytes, bytes); in vc_handle_mmio() 1023 memcpy(reg_data, ghcb->shared_buffer, bytes); in vc_handle_mmio()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | svm.h | 290 u8 shared_buffer[2032]; member
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | 0002-fix-build-with-gcc-10.x.patch | 664 +char *shared_buffer; 697 -char *shared_buffer; 698 +extern char *shared_buffer;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 559 -char *shared_buffer; 570 +EXTERN char *shared_buffer;
|