Searched refs:virtual (Results 1 – 25 of 242) sorted by relevance
12345678910
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 90 virtual void access(std::shared_ptr<AccessManager> manager) in access() 159 virtual void authorize(); 223 virtual ~TSSLSocketFactory(); 227 virtual std::shared_ptr<TSSLSocket> createSocket(); 231 virtual std::shared_ptr<TSSLSocket> 238 virtual std::shared_ptr<TSSLSocket> createSocket(THRIFT_SOCKET socket); 244 virtual std::shared_ptr<TSSLSocket> 252 virtual std::shared_ptr<TSSLSocket> createSocket(const std::string &host, int port); 259 virtual std::shared_ptr<TSSLSocket> 267 virtual void ciphers(const std::string &enable); [all …]
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.h | 32 virtual ~TFDServer(); 34 virtual bool isOpen() const override; 35 virtual THRIFT_SOCKET getSocketFD() override; 36 virtual void close() override; 38 virtual void interrupt() override; 39 virtual void interruptChildren() override; 43 virtual std::shared_ptr<TTransport> acceptImpl() override;
|
D | TServerFramework.h | 105 virtual void serve() override; 110 virtual void stop() override; 116 virtual int64_t getConcurrentClientLimit() const; 122 virtual int64_t getConcurrentClientCount() const; 128 virtual int64_t getConcurrentClientCountHWM() const; 140 virtual void setConcurrentClientLimit(int64_t newLimit); 151 virtual void onClientConnected(const std::shared_ptr<TConnectedClient> &pClient) = 0; 162 virtual void onClientDisconnected(TConnectedClient *pClient) = 0;
|
D | TServer.h | 59 virtual ~TServerEventHandler() = default; 64 virtual void preServe() in preServe() 71 virtual void *createContext(std::shared_ptr<TProtocol> input, in createContext() 83 virtual void deleteContext(void *serverContext, std::shared_ptr<TProtocol> input, in deleteContext() 94 virtual void processContext(void *serverContext, std::shared_ptr<TTransport> transport) in processContext() 116 virtual void serve() = 0; 118 virtual void stop() in stop()
|
/Zephyr-latest/samples/net/virtual/ |
D | README.rst | 1 .. zephyr:code-sample:: virtual-network-interface 3 :relevant-api: virtual virtual_mgmt 5 Create a sample virtual network interface. 10 This sample application creates a sample virtual network interface for 15 all the virtual interfaces are running on top of it. 17 On top of Ethernet interface there are two virtual network interfaces, 24 :zephyr_file:`samples/net/virtual`. 45 :zephyr-app: samples/net/virtual
|
/Zephyr-latest/subsys/net/l2/virtual/ |
D | Kconfig | 7 Add a virtual L2 layer driver. This is needed if you have a L2 18 Enable support net_mgmt virtual interface which can be used to 22 int "Max length of the virtual L2 layer name" 31 module-str = Log level for virtual L2 layer 32 module-help = Enables virtual L2 to output debug messages. 35 source "subsys/net/l2/virtual/ipip/Kconfig"
|
/Zephyr-latest/drivers/usb/uvb/ |
D | Kconfig | 9 prompt "USB virtual bus" 11 USB virtual bus service intended for use by virtual UDC 24 module-str = USB virtual bus service
|
/Zephyr-latest/samples/subsys/usb/shell/boards/ |
D | qemu_cortex_m3.overlay | 9 compatible = "zephyr,uhc-virtual"; 12 compatible = "zephyr,udc-virtual"; 18 compatible = "zephyr,udc-virtual";
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | virtual.overlay | 11 compatible = "zephyr,uhc-virtual"; 14 compatible = "zephyr,udc-virtual"; 20 compatible = "zephyr,udc-virtual";
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 7 access to memory. To utilize virtual memory, the platform must support 9 the target of Zephyr mainly being embedded systems, virtual memory 15 between physical and virtual memory address spaces, if demand paging 20 Basic virtual memory support does not utilize secondary storage to 25 secondary storage as a backing store for virtual memory, thus 29 * Although the virtual memory space can be larger than physical 41 virtual memory. 43 * :kconfig:option:`CONFIG_MMU`: must be enabled for virtual memory support in 48 * :kconfig:option:`CONFIG_KERNEL_VM_BASE`: base address of virtual address space. 50 * :kconfig:option:`CONFIG_KERNEL_VM_SIZE`: size of virtual address space. [all …]
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 16 is executing in virtual address space. By default, physical and virtual 20 :kconfig:option:`CONFIG_SRAM_SIZE` while the virtual address space is marked by 29 On 32-bit x86, it is possible to have separate physical and virtual 30 address space. Code and data are linked in virtual address space, 34 After ``vm_enter``, code execution is done via virtual addresses 35 and data can be referred via their virtual addresses. This is 38 at the page directory level, in addition to mapping virtual addresses 49 There are restrictions on where virtual address space can be: 51 - Physical and virtual address spaces must be disjoint. This is 54 virtual addresses. [all …]
|
/Zephyr-latest/tests/subsys/usb/device_next/boards/ |
D | qemu_cortex_m3.overlay | 9 compatible = "zephyr,uhc-virtual"; 12 compatible = "zephyr,udc-virtual";
|
D | native_sim.overlay | 11 compatible = "zephyr,uhc-virtual"; 14 compatible = "zephyr,udc-virtual";
|
/Zephyr-latest/snippets/usbip-native-sim/ |
D | usbip-native-sim.overlay | 11 compatible = "zephyr,uhc-virtual"; 14 compatible = "zephyr,udc-virtual";
|
/Zephyr-latest/scripts/coccinelle/ |
D | semicolon.cocci | 10 virtual patch 11 virtual report 12 virtual context 13 virtual org
|
D | noderef.cocci | 11 virtual org 12 virtual report 13 virtual context 14 virtual patch
|
D | returnvar.cocci | 11 virtual patch 12 virtual report 13 virtual context 14 virtual org
|
D | array_size.cocci | 13 virtual patch 14 virtual context 15 virtual org 16 virtual report
|
D | ztest_strcmp.cocci | 7 virtual patch 8 virtual context 9 virtual org 10 virtual report
|
/Zephyr-latest/drivers/i2c/target/ |
D | Kconfig.eeprom | 9 Enable virtual I2C Target EEPROM driver 15 Enable changing virtual I2C Target EEPROM device address at runtime
|
/Zephyr-latest/samples/drivers/espi/ |
D | Kconfig | 9 int "Timeout for virtual wires" 12 Timeout for virtual wires
|
D | README.rst | 5 Use eSPI to connect to a slave device and exchange virtual wire packets. 13 a simple eSPI handshake that includes exchanging virtual wire packets. 15 Standard platform signals are sent virtual wire packets over the bus. 17 eSPI events and when a virtual wire is received.
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/ |
D | Kconfig | 10 This driver exposes a virtual I2C driver used to debug virtual
|
/Zephyr-latest/boards/ |
D | Kconfig | 70 Enable QEMU virtual instruction counter. The virtual cpu will 71 execute one instruction every 2^N ns of virtual time. This will 78 The virtual CPU will execute one instruction every 2^N nanoseconds 79 of virtual time, where N is the value provided here. 85 When the virtual CPU is sleeping, the virtual time will advance 87 the virtual time will jump to the next timer deadline instantly 88 whenever the virtual CPU goes to sleep mode and will not advance
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 10 Hidden option to enable virtual memory Kconfigs. 26 at least when the kernel boots all virtual RAM addresses are the same 32 instruction pointer to virtual addresses at early boot before 36 regions if RAM is not identity-mapped, or the virtual and physical 42 page tables are in use, they all have the same virtual-to-physical 59 Will be used to convert between physical and virtual addresses for 73 size of the virtual region for runtime memory mappings. This is needed 81 RAM size larger than the defined bounds of the virtual address space. 88 mapping between virtual address and physical address. 90 If the specific memory region is in the virtual memory space and [all …]
|
12345678910