Searched defs:modify (Results 1 - 5 of 5) sorted by relevance

/arch/arm/kernel/
H A Dprobes.c9 * This program is free software; you can redistribute it and/or modify
194 * instruction will be placed. We also modify ARM instructions to be
241 * When we modify the register numbers encoded in an instruction to be emulated,
255 * Validate and modify each of the registers encoded in an instruction.
261 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) argument
327 if (modify)
379 * When a match is found, decode_regs() is called to validate and modify each
/arch/x86/include/asm/
H A Dx86_init.h199 void (*modify) (unsigned int apic, unsigned int reg, unsigned int value); member in struct:x86_io_apic_ops
/arch/parisc/kernel/
H A Dunaligned.c7 * This program is free software; you can redistribute it and/or modify
453 int modify = 0; local
489 modify = 1;
515 modify = 1;
522 modify = 1;
528 modify = 1;
535 modify = 1;
669 if (modify && R1(regs->iir))
/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore_nhmex.c622 static u64 nhmex_mbox_alter_er(struct perf_event *event, int new_idx, bool modify) argument
649 if (modify) {
H A Dperf_event_intel_uncore_snbep.c765 static u64 snbep_pcu_alter_er(struct perf_event *event, int new_idx, bool modify) argument
776 if (modify) {

Completed in 134 milliseconds