Searched refs:pse (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/net/pse-pd/ |
D | podl-pse-regulator.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/podl-pse-regulator.yaml# 16 - $ref: "pse-controller.yaml#" 20 const: podl-pse-regulator 22 '#pse-cells': 25 pse-supply: 32 - pse-supply 36 ethernet-pse { 37 compatible = "podl-pse-regulator"; 38 pse-supply = <®_t1l1>; 39 #pse-cells = <0>;
|
D | pse-controller.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/pse-controller.yaml# 11 power over twisted pair/ethernet cable. The ethernet-pse nodes should be 19 pattern: "^ethernet-pse(@.*)?$" 21 "#pse-cells": 29 - "#pse-cells"
|
/linux-6.1.9/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 126 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument 129 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem() 136 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local 139 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem() 140 list_del(&pse->head); in pool_get_pseq_elem() 144 return pse; in pool_get_pseq_elem()
|
/linux-6.1.9/net/ethtool/ |
D | Makefile | 11 pse-pd.o
|
/linux-6.1.9/drivers/net/ |
D | Makefile | 26 obj-y += pse-pd/
|
D | Kconfig | 502 source "drivers/net/pse-pd/Kconfig"
|
/linux-6.1.9/lib/zstd/common/ |
D | cpu.h | 132 D(pse, 3)
|
/linux-6.1.9/kernel/sched/ |
D | fair.c | 448 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument 450 if (se->cfs_rq == pse->cfs_rq) in is_same_group() 462 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 475 pse_depth = (*pse)->depth; in find_matching_se() 484 *pse = parent_entity(*pse); in find_matching_se() 487 while (!is_same_group(*se, *pse)) { in find_matching_se() 489 *pse = parent_entity(*pse); in find_matching_se() 537 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 7556 struct sched_entity *se = &curr->se, *pse = &p->se; in check_preempt_wakeup() local 7562 if (unlikely(se == pse)) in check_preempt_wakeup() [all …]
|
/linux-6.1.9/kernel/trace/ |
D | trace_events_filter.c | 1875 struct filter_parse_error **pse, in create_filter_start() argument 1882 if (WARN_ON_ONCE(*pse || *filterp)) in create_filter_start() 1902 *pse = pe; in create_filter_start()
|
/linux-6.1.9/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 54 1, 0, EDX, 3, pse, Page Size Extensions
|
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | mmu.c | 185 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE); 206 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, pse); 4528 bool pse, bool amd) in __reset_rsvds_bits_mask() argument 4563 if (!pse) { in __reset_rsvds_bits_mask()
|
/linux-6.1.9/Documentation/virt/kvm/x86/ |
D | mmu.rst | 66 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Emulated hardware also
|