Searched refs:part (Results 51 - 75 of 236) sorted by path

12345678910

/linux-master/arch/arm/mach-omap2/
H A Dprm_common.c355 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
360 * identified by (@part, @inst, @idx), which means that some context
365 bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) argument
370 ret = prm_ll_data->was_any_context_lost_old(part, inst, idx);
380 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
385 * (@part, @inst, @idx). No return value. XXX Deprecated; callers
389 void prm_clear_context_loss_flags_old(u8 part, s16 inst, u16 idx) argument
392 prm_ll_data->clear_context_loss_flags_old(part, inst, idx);
401 * @part: PRM partition
407 int omap_prm_assert_hardreset(u8 shift, u8 part, s1 argument
429 omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, u16 offset, u16 st_offset) argument
451 omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
[all...]
H A Dsleep34xx.S525 tst r5, #0x100 @ is part access blocked
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S62 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50)
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S232 subs r3, r3, #1 @ delay as a part of wfe war.
/linux-master/arch/arm/mm/
H A Dproc-v7.S498 ubfx r0, r9, #4, #12 @ primary part number
501 ldr r10, =0x00000c08 @ Cortex-A8 primary part number
506 ldr r10, =0x00000c09 @ Cortex-A9 primary part number
511 ldr r10, =0x00000c0d @ Cortex-A12 primary part number
516 ldr r10, =0x00000c0e @ Cortex-A17 primary part number
521 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
/linux-master/arch/m68k/kernel/
H A Dentry.S100 | [unused part of the gap] [moved switch_stack] [moved pt_regs]
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c180 int nvram_write_os_partition(struct nvram_os_partition *part, argument
189 if (part->index == -1)
192 if (length > part->size)
193 length = part->size;
198 tmp_index = part->index;
219 int nvram_read_partition(struct nvram_os_partition *part, char *buff, argument
227 if (part->index == -1)
230 if (length > part->size)
231 length = part->size;
233 tmp_index = part
274 nvram_init_os_partition(struct nvram_os_partition *part) argument
425 struct nvram_os_partition *part = NULL; local
724 nvram_write_header(struct nvram_partition * part) argument
758 nvram_can_remove_partition(struct nvram_partition *part, const char *name, int sig, const char *exceptions[]) argument
788 struct nvram_partition *part, *prev, *tmp; local
846 struct nvram_partition *part; local
952 struct nvram_partition *part; local
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c117 u32 part; local
123 /* Determine which part of the register the user wants */
125 part = 1; /* want the 2nd half of the register (right-most). */
127 part = 0; /* want the 1st half of the register (left-most). */
146 reg32bits = ((u32*)&tmp)[part];
241 /* ... write the 32 bit part we want */
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c325 void note_bootable_part(dev_t dev, int part, int goodness);
332 void __ref note_bootable_part(dev_t dev, int part, int goodness) argument
345 ROOT_DEV = dev + part;
489 * This is called very early, as part of console_init() (typically just after
/linux-master/arch/x86/boot/
H A Dheader.S213 # Kernel attributes; used by setup. This is part 1 of the
477 # the size-dependent part now grows so fast.
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S1038 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1068 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1246 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1276 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
H A Daesni-intel_avx-x86_64.S119 ## for GHASH part, two tabs is for AES part.
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c86 union partition_info_u part; local
93 part.val = v0;
95 *uvtype = part.hub_version;
97 *partid = part.partition_id;
99 *coher = part.coherence_id;
101 *region = part.region_size;
/linux-master/block/
H A Dbdev.c695 static int blkdev_get_part(struct block_device *part, blk_mode_t mode) argument
697 struct gendisk *disk = part->bd_disk;
700 ret = blkdev_get_whole(bdev_whole(part), mode);
705 if (!bdev_nr_sectors(part))
708 if (!atomic_read(&part->bd_openers)) {
710 set_init_blocksize(part);
712 atomic_inc(&part->bd_openers);
716 blkdev_put_whole(bdev_whole(part));
745 static void blkdev_put_part(struct block_device *part) argument
747 struct block_device *whole = bdev_whole(part);
[all...]
H A Dblk-core.c497 bool should_fail_request(struct block_device *part, unsigned int bytes) argument
499 return part->bd_make_it_fail && should_fail(&fail_make_request, bytes);
984 void update_io_ticks(struct block_device *part, unsigned long now, bool end) argument
988 stamp = READ_ONCE(part->bd_stamp);
990 likely(try_cmpxchg(&part->bd_stamp, &stamp, now)) &&
991 (end || part_in_flight(part)))
992 __part_stat_add(part, io_ticks, now - stamp);
994 if (part->bd_partno) {
995 part = bdev_whole(part);
[all...]
H A Dblk-flush.c143 struct block_device *part = rq->q->disk->part0; local
146 part_stat_inc(part, ios[STAT_FLUSH]);
147 part_stat_add(part, nsecs[STAT_FLUSH],
159 * @rq just completed @seq part of its flush sequence, record the
453 * Mark the request as part of a flush sequence and submit it
H A Dblk-merge.c782 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]);
783 part_stat_local_dec(req->part,
974 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]);
H A Dblk-mq.c87 struct block_device *part; member in struct:mq_inflight
95 if (rq->part && blk_do_io_stat(rq) &&
96 (!mi->part->bd_partno || rq->part == mi->part) &&
104 struct block_device *part)
106 struct mq_inflight mi = { .part = part };
113 void blk_mq_in_flight_rw(struct request_queue *q, struct block_device *part, argument
116 struct mq_inflight mi = { .part
103 blk_mq_in_flight(struct request_queue *q, struct block_device *part) argument
[all...]
H A Dblk-mq.h240 struct block_device *part);
241 void blk_mq_in_flight_rw(struct request_queue *q, struct block_device *part,
H A Dblk.h368 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
369 unsigned int part_in_flight(struct block_device *part);
513 void drop_partition(struct block_device *part);
563 bool should_fail_request(struct block_device *part, unsigned int bytes);
565 static inline bool should_fail_request(struct block_device *part, argument
H A Dearly-lookup.c155 int part; local
180 /* try disk name without <part number> */
181 part = simple_strtoul(p, NULL, 10);
183 *devt = blk_lookup_devt(s, part);
187 /* try disk name without p<part number> */
191 *devt = blk_lookup_devt(s, part);
280 struct block_device *part; local
296 xa_for_each(&disk->part_tbl, idx, part) {
297 if (!bdev_nr_sectors(part))
300 bdev_is_partition(part)
[all...]
H A Dgenhd.c100 static void part_stat_read_all(struct block_device *part, argument
107 struct disk_stats *ptr = per_cpu_ptr(part->bd_stats, cpu);
121 unsigned int part_in_flight(struct block_device *part) argument
127 inflight += part_stat_local_read_cpu(part, in_flight[0], cpu) +
128 part_stat_local_read_cpu(part, in_flight[1], cpu);
136 static void part_in_flight_rw(struct block_device *part, argument
144 inflight[0] += part_stat_local_read_cpu(part, in_flight[0], cpu);
145 inflight[1] += part_stat_local_read_cpu(part, in_flight[1], cpu);
324 struct block_device *part; local
328 xa_for_each(&disk->part_tbl, idx, part) {
641 struct block_device *part; local
857 struct block_device *part; local
1320 struct block_device *part; local
[all...]
/linux-master/block/partitions/
H A Dacorn.c65 struct riscix_part part[8]; member in struct:riscix_record
86 int part; local
91 for (part = 0; part < 8; part++) {
92 if (rr->part[part].one &&
93 memcmp(rr->part[part].name, "All\0", 4)) {
95 le32_to_cpu(rr->part[par
[all...]
H A Damiga.c46 int part, res = 0; local
93 for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) {
97 state->disk->disk_name, blk, part);
144 state->disk->disk_name, part);
165 state->disk->disk_name, part,
171 state->disk->disk_name, part,
H A Datari.c59 if (!VALID_PARTITION(&rs->part[0], hd_size) &&
60 !VALID_PARTITION(&rs->part[1], hd_size) &&
61 !VALID_PARTITION(&rs->part[2], hd_size) &&
62 !VALID_PARTITION(&rs->part[3], hd_size)) {
72 pi = &rs->part[0];
74 for (slot = 1; pi < &rs->part[4] && slot < state->limit; slot++, pi++) {
103 if (!(xrs->part[0].flg & 1)) {
110 partsect + be32_to_cpu(xrs->part[0].st),
111 be32_to_cpu(xrs->part[0].siz));
113 if (!(xrs->part[
[all...]

Completed in 280 milliseconds

12345678910