Searched full:outermost (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.8/arch/x86/entry/ |
D | entry_64.S | 1126 * o Copy the interrupt frame into an "outermost" location on the 1215 * | iret SS } Copied from "outermost" frame | 1221 * | outermost SS } initialized in first_nmi; | 1222 * | outermost Return RSP } will not be changed before | 1223 * | outermost RFLAGS } NMI processing is done. | 1224 * | outermost CS } Copied to "iret" frame on each | 1225 * | outermost RIP } iteration. | 1238 * The "outermost" frame is copied to the "iret" frame on each 1332 /* Copy the "original" frame to the "outermost" frame */ 1367 * RSP is pointing to "outermost RIP". gsbase is unknown, but, if [all …]
|
/linux-6.8/include/uapi/linux/ |
D | openvswitch.h | 933 * @OVS_ACTION_ATTR_PUSH_VLAN: Push a new outermost 802.1Q or 802.1ad header 935 * @OVS_ACTION_ATTR_POP_VLAN: Pop the outermost 802.1Q or 802.1ad header 950 * @OVS_ACTION_ATTR_PUSH_ETH: Push a new outermost Ethernet header onto the 952 * @OVS_ACTION_ATTR_POP_ETH: Pop the outermost Ethernet header off the 956 * @OVS_ACTION_ATTR_POP_NSH: pop the outermost NSH header off the packet.
|
/linux-6.8/Documentation/netlink/specs/ |
D | ovs_flow.yaml | 623 doc: Push a new outermost 802.1Q or 802.1ad header onto the packet. 627 doc: Pop the outermost 802.1Q or 802.1ad header from the packet. 697 Pop the outermost NSH header off the packet.
|
/linux-6.8/Documentation/trace/ |
D | ring-buffer-design.rst | 233 The commit page only is updated by the outermost writer in the 691 by the outermost writer (the writer that was preempted). 793 After the nested writer finishes, the outermost writer will convert 844 update page to NORMAL because it is not the outermost writer:: 971 remain in UPDATE and only reset by the outermost writer. This prevents
|
/linux-6.8/include/linux/dma/ |
D | ti-cppi5.h | 779 * @icnt3: Total loop iteration count for level 3 (outermost) 805 * @icnt3: Total loop iteration count for level 3 (outermost) for 818 * @sicnt3: Total loop iteration count for level 3 (outermost) for
|
/linux-6.8/kernel/rcu/ |
D | tree_plugin.h | 304 * The task will dequeue itself when it exits the outermost enclosing 413 * Decrement ->rcu_read_lock_nesting. If the result is zero (outermost 1083 * exits its outermost RCU read-side critical section. Then in rcu_boost() 1092 * and task t's exiting its outermost RCU read-side critical in rcu_boost()
|
D | tree_exp.h | 943 * causes the outermost rcu_read_unlock() to report the quiescent state
|
/linux-6.8/Documentation/networking/ |
D | timestamping.rst | 631 assumption is that the outermost PHC is always the most preferable, and that 786 never trigger, as this MAC is certainly not the outermost PHC. But this is 801 that PTP timestamping is not enabled for anything other than the outermost PHC,
|
/linux-6.8/Documentation/filesystems/ |
D | journalling.rst | 75 until the outermost jbd2_journal_stop(). This means you must complete
|
/linux-6.8/kernel/ |
D | context_tracking.c | 196 * If we are returning from the outermost NMI handler that interrupted an 271 * to be in the outermost NMI handler that interrupted an RCU-idle in ct_nmi_enter()
|
/linux-6.8/tools/testing/selftests/net/ |
D | srv6_end_flavors_test.sh | 24 # listed in the SRv6 policy to remove (i.e. pop) the outermost SRH from the IPv6 172 # outermost SRH is removed from the extension headers following the IPv6 header.
|
/linux-6.8/net/dsa/ |
D | tag_dsa.c | 11 * packet. Tagged frames will instead have their outermost .1Q tag
|
/linux-6.8/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 62 Otherwise, it sets flags so that the outermost ``rcu_read_unlock()`` 73 outermost ``rcu_read_unlock()``.
|
/linux-6.8/Documentation/arch/arm/ |
D | cluster-pm-race-avoidance.rst | 522 rules for the intermediate (non-outermost) cluster levels.
|
/linux-6.8/kernel/irq/ |
D | irqdomain.c | 1318 /* The outermost irq_data is embedded in struct irq_desc */ in irq_domain_alloc_irq_data() 1828 * @irq_data: Outermost irq_data associated with interrupt 1848 * @irq_data: outermost irq_data associated with interrupt
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mode.h | 398 * outermost dimension, red the innermost.
|
/linux-6.8/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.h | 273 * | key_type | mask_id | PCP |p| vlan outermost VID | 319 * | mpls outermost label | TC |B| reserved |q|
|
/linux-6.8/net/core/ |
D | xdp.c | 740 * bpf_xdp_metadata_rx_vlan_tag - Get XDP packet outermost VLAN tag
|
D | dev_addr_lists.c | 796 * outermost one here, it must be 0. in dev_uc_unsync()
|
/linux-6.8/net/ethtool/ |
D | bitset.c | 212 /* outermost nest */ in ethnl_bitset32_size()
|
/linux-6.8/fs/nilfs2/ |
D | segment.c | 184 * deadlock, the semaphore is only acquired or released in the outermost call. 188 * the outermost call. If a pre-allocated struct is given to @ti, it is used 251 * in outermost call of this function. If a commit flag is set,
|
/linux-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 253 /* Packet types for packets with an Outermost/First ARP header */ 339 /* Packet types for packets with an Outermost/First ICMP header */ 363 /* Packet types for packets with an Outermost/First GRE header */
|
/linux-6.8/kernel/events/ |
D | ring_buffer.c | 57 * If this isn't the outermost nesting, we don't have to update in perf_output_put_handle()
|
/linux-6.8/Documentation/gpu/ |
D | i915.rst | 351 #. dma_resv will be the outermost lock (when needed) and ww_acquire_ctx
|
/linux-6.8/kernel/printk/ |
D | nbcon.c | 724 * outermost callsite must make the final decision whether console in nbcon_context_can_proceed()
|
12