/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | memset.S | 30 #define STORE(source, base, offset, n) \ 31 98: std source, [base + offset + n]; \ 42 #define STORE_LAST(source, base, offset, n) \ 43 EX(std source, [base - offset - n], \ 49 #define ZERO_BIG_BLOCK(base, offset, source) \ 50 STORE(source, base, offset, 0x00); \ 51 STORE(source, base, offset, 0x08); \ 52 STORE(source, base, offset, 0x10); \ 53 STORE(source, base, offset, 0x18); \ 54 STORE(source, base, offse [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inetpeer.c | 97 /* Called with rcu_read_lock() or base->lock held */ 99 struct inet_peer_base *base, in lookup() 109 pp = &base->rb_root.rb_node; in lookup() 128 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup() 147 static void inet_peer_gc(struct inet_peer_base *base, in inet_peer_gc() argument 160 if (base->total >= peer_threshold) in inet_peer_gc() 164 base->total / peer_threshold * HZ; in inet_peer_gc() 179 rb_erase(&p->rb_node, &base->rb_root); in inet_peer_gc() 180 base->total--; in inet_peer_gc() 186 struct inet_peer *inet_getpeer(struct inet_peer_base *base, in inet_getpeer() argument 98 lookup(const struct inetpeer_addr *daddr, struct inet_peer_base *base, unsigned int seq, struct inet_peer *gc_stack[], unsigned int *gc_cnt, struct rb_node **parent_p, struct rb_node ***pp_p) lookup() argument 300 inetpeer_invalidate_tree(struct inet_peer_base *base) inetpeer_invalidate_tree() argument [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | skcipher.h | 21 * @base: Underlying async request 32 struct crypto_async_request base; member 40 struct crypto_tfm base; member 44 struct crypto_skcipher base; member 100 * @base: Definition of a generic crypto algorithm. 118 struct crypto_alg base; member 167 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast() 193 return &tfm->base; in crypto_skcipher_tfm() 209 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher() 234 struct skcipher_alg, base); in crypto_skcipher_alg() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | arxescsi.c | 45 void __iomem *base; member 76 static void arxescsi_pseudo_dma_write(unsigned char *addr, void __iomem *base) in arxescsi_pseudo_dma_write() argument 101 : "r" (addr), "r" (base)); in arxescsi_pseudo_dma_write() 118 void __iomem *base = info->info.scsi.io_base; in arxescsi_dma_pseudo() local 127 if (readb(base + 0x80) & STAT_INT) { in arxescsi_dma_pseudo() 131 arxescsi_pseudo_dma_write(addr, base); in arxescsi_dma_pseudo() 138 if (readb(base + 0x80) & STAT_INT) in arxescsi_dma_pseudo() 141 if (!(readb(base + DMASTAT_OFFSET) & DMASTAT_DRQ)) in arxescsi_dma_pseudo() 146 writew(word, base + DMADATA_OFFSET); in arxescsi_dma_pseudo() 159 if (readb(base in arxescsi_dma_pseudo() 257 void __iomem *base; arxescsi_probe() local [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | skcipher.h | 26 * @base: Underlying async request 37 struct crypto_async_request base; member 45 struct crypto_tfm base; member 49 struct crypto_skcipher base; member 122 * @base: Definition of a generic crypto algorithm. 144 struct crypto_alg base; member 193 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast() 219 return &tfm->base; in crypto_skcipher_tfm() 235 crypto_free_skcipher(&tfm->base); in crypto_free_sync_skcipher() 260 struct skcipher_alg, base); in crypto_skcipher_alg() [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-frac-pll.c | 39 void __iomem *base; member 48 return readl_poll_timeout(pll->base, val, val & PLL_LOCK_STATUS, 0, in clk_wait_lock() 57 if (readl_relaxed(pll->base) & (PLL_PD_MASK | PLL_BYPASS_MASK)) in clk_wait_ack() 61 return readl_poll_timeout(pll->base, val, val & PLL_NEWDIV_ACK, 0, in clk_wait_ack() 70 val = readl_relaxed(pll->base + PLL_CFG0); in clk_pll_prepare() 72 writel_relaxed(val, pll->base + PLL_CFG0); in clk_pll_prepare() 82 val = readl_relaxed(pll->base + PLL_CFG0); in clk_pll_unprepare() 84 writel_relaxed(val, pll->base + PLL_CFG0); in clk_pll_unprepare() 92 val = readl_relaxed(pll->base + PLL_CFG0); in clk_pll_is_prepared() 104 val = readl_relaxed(pll->base in clk_pll_recalc_rate() 205 imx_clk_hw_frac_pll(const char *name, const char *parent_name, void __iomem *base) imx_clk_hw_frac_pll() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inetpeer.c | 90 /* Called with rcu_read_lock() or base->lock held */ 92 struct inet_peer_base *base, in lookup() 102 pp = &base->rb_root.rb_node; in lookup() 121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup() 140 static void inet_peer_gc(struct inet_peer_base *base, in inet_peer_gc() argument 153 if (base->total >= peer_threshold) in inet_peer_gc() 157 base->total / peer_threshold * HZ; in inet_peer_gc() 172 rb_erase(&p->rb_node, &base->rb_root); in inet_peer_gc() 173 base->total--; in inet_peer_gc() 179 struct inet_peer *inet_getpeer(struct inet_peer_base *base, in inet_getpeer() argument 91 lookup(const struct inetpeer_addr *daddr, struct inet_peer_base *base, unsigned int seq, struct inet_peer *gc_stack[], unsigned int *gc_cnt, struct rb_node **parent_p, struct rb_node ***pp_p) lookup() argument 293 inetpeer_invalidate_tree(struct inet_peer_base *base) inetpeer_invalidate_tree() argument [all...] |
/third_party/node/test/fixtures/wpt/url/resources/ |
H A D | a-element-origin.js | 3 function setBase(base) { 4 document.getElementById("base").href = base 7 function bURL(url, base) { 8 setBase(base); 21 if (expected.base === null && expected.input.startsWith("#")) 24 // We cannot use a null base for HTML tests 25 const base = expected.base === null ? "about:blank" : expected.base; [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | blake2b_generic.c | 239 .base.cra_name = "blake2b-160", 240 .base.cra_driver_name = "blake2b-160-generic", 241 .base.cra_priority = 100, 242 .base.cra_flags = CRYPTO_ALG_OPTIONAL_KEY, 243 .base.cra_blocksize = BLAKE2B_BLOCKBYTES, 244 .base.cra_ctxsize = sizeof(struct blake2b_tfm_ctx), 245 .base.cra_module = THIS_MODULE, 253 .base.cra_name = "blake2b-256", 254 .base.cra_driver_name = "blake2b-256-generic", 255 .base [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-rda.c | 39 void __iomem *base; member 49 void __iomem *base = rda_gpio->base; in rda_gpio_update() local 54 tmp = readl_relaxed(base + reg); in rda_gpio_update() 61 writel_relaxed(tmp, base + reg); in rda_gpio_update() 69 void __iomem *base = rda_gpio->base; in rda_gpio_irq_mask() local 76 writel_relaxed(value, base + RDA_GPIO_INT_CTRL_CLR); in rda_gpio_irq_mask() 91 void __iomem *base = rda_gpio->base; in rda_gpio_set_irq() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | ranges.c | 66 * @base: Base address of the range to add. 73 static int __add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in __add_mem_range() argument 83 mem_rngs->ranges[mem_rngs->nr_ranges].start = base; in __add_mem_range() 84 mem_rngs->ranges[mem_rngs->nr_ranges].end = base + size - 1; in __add_mem_range() 86 base, base + size - 1, mem_rngs->nr_ranges); in __add_mem_range() 201 * @base: Base address of the range to add. 208 int add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in add_mem_range() argument 217 end = base + size - 1; in add_mem_range() 220 return __add_mem_range(mem_ranges, base, siz in add_mem_range() 249 u64 base; add_tce_mem_ranges() local 284 u64 base, end; add_initrd_mem_range() local 337 u32 base, size; add_rtas_mem_range() local 362 u64 base, size; add_opal_mem_range() local 400 u64 base, size; add_reserved_mem_ranges() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | crt0.S | 229 #define SAVE_GPR(n, base) std n,8*(n)(base) 230 #define REST_GPR(n, base) ld n,8*(n)(base) 231 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base) 232 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 215 .base.cra_name = "__ecb(camellia)", 216 .base.cra_driver_name = "__ecb-camellia-aesni", 217 .base.cra_priority = 400, 218 .base.cra_flags = CRYPTO_ALG_INTERNAL, 219 .base.cra_blocksize = CAMELLIA_BLOCK_SIZE, 220 .base.cra_ctxsize = sizeof(struct camellia_ctx), 221 .base.cra_module = THIS_MODULE, 228 .base.cra_name = "__cbc(camellia)", 229 .base.cra_driver_name = "__cbc-camellia-aesni", 230 .base [all...] |
H A D | camellia_aesni_avx2_glue.c | 193 .base.cra_name = "__ecb(camellia)", 194 .base.cra_driver_name = "__ecb-camellia-aesni-avx2", 195 .base.cra_priority = 500, 196 .base.cra_flags = CRYPTO_ALG_INTERNAL, 197 .base.cra_blocksize = CAMELLIA_BLOCK_SIZE, 198 .base.cra_ctxsize = sizeof(struct camellia_ctx), 199 .base.cra_module = THIS_MODULE, 206 .base.cra_name = "__cbc(camellia)", 207 .base.cra_driver_name = "__cbc-camellia-aesni-avx2", 208 .base [all...] |
H A D | serpent_avx_glue.c | 224 .base.cra_name = "__ecb(serpent)", 225 .base.cra_driver_name = "__ecb-serpent-avx", 226 .base.cra_priority = 500, 227 .base.cra_flags = CRYPTO_ALG_INTERNAL, 228 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 229 .base.cra_ctxsize = sizeof(struct serpent_ctx), 230 .base.cra_module = THIS_MODULE, 237 .base.cra_name = "__cbc(serpent)", 238 .base.cra_driver_name = "__cbc-serpent-avx", 239 .base [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | ranges.c | 66 * @base: Base address of the range to add. 73 static int __add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in __add_mem_range() argument 83 mem_rngs->ranges[mem_rngs->nr_ranges].start = base; in __add_mem_range() 84 mem_rngs->ranges[mem_rngs->nr_ranges].end = base + size - 1; in __add_mem_range() 86 base, base + size - 1, mem_rngs->nr_ranges); in __add_mem_range() 201 * @base: Base address of the range to add. 208 int add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in add_mem_range() argument 217 end = base + size - 1; in add_mem_range() 220 return __add_mem_range(mem_ranges, base, siz in add_mem_range() 249 u64 base; add_tce_mem_ranges() local 284 u64 base, end; add_initrd_mem_range() local 337 u32 base, size; add_rtas_mem_range() local 362 u64 base, size; add_opal_mem_range() local 400 u64 base, size; add_reserved_mem_ranges() local [all...] |
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_dfl_tod.c | 83 void __iomem *base = dt->tod_ctrl; in fine_adjust_tod_clock() local 86 writel(adjust_period, base + TOD_ADJUST_PERIOD); in fine_adjust_tod_clock() 87 writel(adjust_count, base + TOD_ADJUST_COUNT); in fine_adjust_tod_clock() 90 return readl_poll_timeout_atomic(base + TOD_ADJUST_COUNT, val, !val, TOD_ADJUST_INTERVAL_US, in fine_adjust_tod_clock() 101 void __iomem *base = dt->tod_ctrl; in coarse_adjust_tod_clock() local 107 nanosec = readl(base + TOD_NANOSEC); in coarse_adjust_tod_clock() 108 seconds_lsb = readl(base + TOD_SECONDSL); in coarse_adjust_tod_clock() 109 seconds_msb = readl(base + TOD_SECONDSH); in coarse_adjust_tod_clock() 119 writel(seconds_msb, base + TOD_SECONDSH); in coarse_adjust_tod_clock() 120 writel(seconds_lsb, base in coarse_adjust_tod_clock() 130 void __iomem *base = dt->tod_ctrl; dfl_tod_adjust_fine() local 175 void __iomem *base = dt->tod_ctrl; dfl_tod_adjust_time() local 231 void __iomem *base = dt->tod_ctrl; dfl_tod_get_timex() local 258 void __iomem *base = dt->tod_ctrl; dfl_tod_set_time() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-rda.c | 39 void __iomem *base; member 48 void __iomem *base = rda_gpio->base; in rda_gpio_update() local 53 tmp = readl_relaxed(base + reg); in rda_gpio_update() 60 writel_relaxed(tmp, base + reg); in rda_gpio_update() 68 void __iomem *base = rda_gpio->base; in rda_gpio_irq_mask() local 75 writel_relaxed(value, base + RDA_GPIO_INT_CTRL_CLR); in rda_gpio_irq_mask() 91 void __iomem *base = rda_gpio->base; in rda_gpio_set_irq() local [all...] |
/third_party/libinput/src/ |
H A D | udev-seat.c | 55 list_for_each(device, &udev_seat->base.devices_list, link) { in filter_duplicates() 114 libinput_seat_ref(&seat->base); in device_added() 121 device = evdev_device_create(&seat->base, udev_device); in device_added() 122 libinput_seat_unref(&seat->base); in device_added() 125 log_info(&input->base, in device_added() 133 log_info(&input->base, in device_added() 156 list_for_each(seat, &input->base.seat_list, base.link) { in device_removed() 158 &seat->base.devices_list, base in device_removed() [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLPrefixExpression.cpp | 150 std::unique_ptr<Expression> base) { in Convert() 151 const Type& baseType = base->type(); in Convert() 155 context.fErrors->error(base->fLine, in Convert() 163 context.fErrors->error(base->fLine, in Convert() 172 context.fErrors->error(base->fLine, in Convert() 177 if (!Analysis::UpdateVariableRefKind(base.get(), VariableReference::RefKind::kReadWrite, in Convert() 185 context.fErrors->error(base->fLine, in Convert() 196 base->fLine, in Convert() 201 context.fErrors->error(base->fLine, in Convert() 208 base in Convert() 148 Convert(const Context& context, Operator op, std::unique_ptr<Expression> base) Convert() argument 222 Make(const Context& context, Operator op, std::unique_ptr<Expression> base) Make() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | charconv_parse.cc | 59 // Because a base-16-to-base-2 conversion can be done exactly, we do not need 153 // Returns true if `ch` is a digit in the given base 154 template <int base> 157 // Converts a valid `ch` to its digit value in the given base. 158 template <int base> 161 // Returns true if `ch` is the exponent delimiter for the given base. 162 template <int base> 166 // in the given base. 167 template <int base> [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/intel-quark/ |
H A D | imr_selftest.c | 61 phys_addr_t base = virt_to_phys(&_text); in imr_self_test() local 62 size_t size = virt_to_phys(&__end_rodata) - base; in imr_self_test() 71 ret = imr_add_range(base, size, IMR_CPU, IMR_CPU); in imr_self_test() 72 imr_self_test_result(ret < 0, fmt_over, __va(base), __va(base + size)); in imr_self_test() 74 /* Test overlap with base inside of existing. */ in imr_self_test() 75 base += size - IMR_ALIGN; in imr_self_test() 76 ret = imr_add_range(base, size, IMR_CPU, IMR_CPU); in imr_self_test() 77 imr_self_test_result(ret < 0, fmt_over, __va(base), __va(base in imr_self_test() [all...] |
/kernel/linux/linux-5.10/drivers/clk/davinci/ |
H A D | pll-dm644x.c | 31 int dm644x_pll1_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in dm644x_pll1_init() argument 35 davinci_pll_clk_register(dev, &dm644x_pll1_info, "ref_clk", base, cfgchip); in dm644x_pll1_init() 37 clk = davinci_pll_sysclk_register(dev, &pll1_sysclk1, base); in dm644x_pll1_init() 40 clk = davinci_pll_sysclk_register(dev, &pll1_sysclk2, base); in dm644x_pll1_init() 43 clk = davinci_pll_sysclk_register(dev, &pll1_sysclk3, base); in dm644x_pll1_init() 46 clk = davinci_pll_sysclk_register(dev, &pll1_sysclk5, base); in dm644x_pll1_init() 49 clk = davinci_pll_auxclk_register(dev, "pll1_auxclk", base); in dm644x_pll1_init() 52 davinci_pll_sysclkbp_clk_register(dev, "pll1_sysclkbp", base); in dm644x_pll1_init() 70 int dm644x_pll2_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in dm644x_pll2_init() argument 72 davinci_pll_clk_register(dev, &dm644x_pll2_info, "oscin", base, cfgchi in dm644x_pll2_init() [all...] |
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | akcipher.h | 17 char head[offsetof(struct akcipher_alg, base)]; 18 struct crypto_instance base; member 25 struct crypto_spawn base; member 44 return tfm->base.__crt_ctx; in akcipher_tfm_ctx() 50 req->base.complete(&req->base, err); in akcipher_request_complete() 61 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance() 67 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance() 73 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance() 88 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher() [all...] |
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | akcipher.h | 17 char head[offsetof(struct akcipher_alg, base)]; 18 struct crypto_instance base; member 25 struct crypto_spawn base; member 61 return crypto_tfm_ctx(&tfm->base); in akcipher_tfm_ctx() 66 return crypto_tfm_ctx_dma(&tfm->base); in akcipher_tfm_ctx_dma() 72 crypto_request_complete(&req->base, err); in akcipher_request_complete() 83 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance() 89 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance() 95 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance() 110 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher() [all...] |